Of course, I am just guessing at all this as an outside observer. My experience is primarily with MySQL, and not even using a lot of it's advanced features; but I am aware of those features, such as table partitioning that allows a table to remain a single table and the server to split it's data across files and even volumes by discrete criteria (sector in space for instance). With a heavily "normalized" schema design, most major RDBMSes could probably store Elite's galaxy, though I definitely wouldn't bet on it; assuming there is official and theoretical support for that much data, Elite would probably be among a very very few number of applications to actually stress test those capabilities. However, the larger a table gets the slower it gets, the more possibility of corruption, etc... It just wouldn't make sense to store PG data that most likely takes a miniscule amount of time to generate.Interesting. Thanks for the reply! I'm mostly only familiar with databases from a sysadmin POV, so any insight into the deeper workings of this sort of thing is always great to know. =)
Last edited: