Welcome Guest, Not a member yet? Register   Sign In
Echoing results from a database
#14

[eluser]jedd[/eluser]
If I may ..

Fuzzy's point is that storage of data that doesn't change much, and doesn't need to be indexed (not hard to find what you want in the set of data), and is quite small - make the data good candidates for not being stored in a database.

Consider a bunch of your data - you have a number of ways of storing it. If it was an array full of different types of data - strings, characters, numbers, other arrays, etc - then you could pull it apart and store each bit in the right place (lots of different tables) in a database.

Or you 'serialize' it - which means to convert a 'lump of data' into an easily storable form that you can later, as you'd expect, unserialize back into the original lump of data. This is much faster / easier than breaking it apart and dumping into a database, and then carefully reassembling it from that database later.

But .. in this case.. your motivation (get DB connectivity going, etc) makes sense, as does the goal of portability.


Messages In This Thread
Echoing results from a database - by El Forum - 03-10-2009, 11:15 PM
Echoing results from a database - by El Forum - 03-10-2009, 11:22 PM
Echoing results from a database - by El Forum - 03-11-2009, 03:15 PM
Echoing results from a database - by El Forum - 03-11-2009, 03:42 PM
Echoing results from a database - by El Forum - 03-11-2009, 04:07 PM
Echoing results from a database - by El Forum - 03-11-2009, 04:21 PM
Echoing results from a database - by El Forum - 03-11-2009, 04:25 PM
Echoing results from a database - by El Forum - 03-11-2009, 04:54 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:07 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:16 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:22 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:26 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:32 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:34 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:43 PM
Echoing results from a database - by El Forum - 03-11-2009, 05:49 PM
Echoing results from a database - by El Forum - 03-11-2009, 06:06 PM
Echoing results from a database - by El Forum - 03-11-2009, 06:07 PM
Echoing results from a database - by El Forum - 03-11-2009, 06:11 PM
Echoing results from a database - by El Forum - 03-11-2009, 06:17 PM
Echoing results from a database - by El Forum - 03-11-2009, 06:55 PM
Echoing results from a database - by El Forum - 03-11-2009, 07:02 PM
Echoing results from a database - by El Forum - 03-11-2009, 07:05 PM
Echoing results from a database - by El Forum - 03-11-2009, 07:27 PM
Echoing results from a database - by El Forum - 03-11-2009, 07:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB