Dragonfire wrote:Also mySql is not the best solution for such a big system ...
Never worked with it: googleBigTable, Hadoop
A relational database should be fine for FAF. Hadoop is for a whole different magnitude of data.
Forged Alliance Forever Forums
Dragonfire wrote:Also mySql is not the best solution for such a big system ...
Never worked with it: googleBigTable, Hadoop
ax0lotl wrote:Dragonfire wrote:A relational database should be fine for FAF. Hadoop is for a whole different magnitude of data.
Dragonfire wrote:A relational database is not good for everything in faf, e.g. replays.
partytime wrote:Dragonfire wrote:A relational database is not good for everything in faf, e.g. replays.
I don't see why not. I heard there are only a million replays.
Nossa wrote:I've never played GPG or even heard of FA until FAF started blowing up.
Ze_PilOt wrote:partytime wrote:Dragonfire wrote:A relational database is not good for everything in faf, e.g. replays.
I don't see why not. I heard there are only a million replays.
Its more than That.
Also you are not querying the replay table.
You are querying a table that has a row for every player in the game.
Omnipotent wrote:Organise a 'Kickstarter' for new map making tool... v60 scmaps, EnvCubes and custom decals and texture support.
Just throwing that one out there lol!
Also mySql is not the best solution for such a big system ...
Never worked with it: googleBigTable, Hadoop
was not clear:
A relational database is not good for everything in faf, e.g. replays.
Yet it's possible to push all replay data to a for example a document-based database (in addition to the MySQL database) and it would be way easier and faster to query from that because of the lack of relations (you would push user data with the replay data with which you need to filter).
Vee wrote:OMG...
Vee wrote:Yet it's possible to push all replay data to a for example a document-based database (in addition to the MySQL database) and it would be way easier and faster to query from that because of the lack of relations (you would push user data with the replay data with which you need to filter).
OMG...
Users browsing this forum: No registered users and 1 guest