• Data Storage - I want a definite answer..
    2 replies, posted
Wassup guys, just a quick question for all you other coders out there: What file storage method is the fastest; [B]P-Data or MySQL/SQLite[/B]? The way P-Data is stored and accessed client-sided and server sided is pretty damn good in conjunction with the net library but can't push the data outside the game. I have yet to use MySQL and I am considering trading out to push data to my website for stats, leaderboards, etc. My question is should I stick with P-Data and network it outside the game, or trash the whole system and start over with MySQL in its place? All answers and fast replies are appreciated as always, Drunk'Squirrel
P-Data is SQLLite. The only difference in speed is latency to the server, where PData is faster because it is writing to a local database by default.
snip ninjad
Sorry, you need to Log In to post a reply to this thread.