Post your opinion.
Isosceles TriangleQuote:
*Sigh*
Database storage is 1000x better than Flat-files in every way, evar. Wrong
Database queries are very fast compared to flat-file storage, Not in all cases
Database storage takes up WAY less space then flat-file storage, Not necessarily
Need to change things? Using a database would takes seconds, using flat-file would take a long ass time. Not necessarily
Ugh I could go on forever! I really do doubt that
Use a god damned database! No thanks
lol say im trying to store the value '5', i only need to store it at save time, i do not need to access it at any other point, except at load time, does it really make sense to use up all those extra resources having a separate database process running?Quote:
*Sigh*
Database storage is 1000x better than Flat-files in every way, evar.
Database queries are very fast compared to flat-file storage,
Database storage takes up WAY less space then flat-file storage,
Need to change things? Using a database would takes seconds, using flat-file would take a long ass time.
Ugh I could go on forever!
Use a god damned database!
i<3pieQuote:
*Sigh*
Database storage is 1000x better than Flat-files in every way, evar. No.
Database queries are very fast compared to flat-file storage, No.
Database storage takes up WAY less space then flat-file storage, Assuming there's no compression, then yes, sometimes.
Need to change things? Using a database would takes seconds, using flat-file would take a long ass time. No it takes seconds to -send- the query, not for it to execute. Either way it shouldn't be taking 'seconds'.
Ugh I could go on forever! Me too
Use a god damned database!