Just an example:
1. imagine char's inventory which contains 100 items. 50k chars make the table grow to 5'000'000 records and you can't throw away any item, because players will complain "Where's my item???"
2. imagine char's stats, including HP/MP, position, name etc. summary (for example) we have 30 stats per char. Although table will not contain more rows than chars count, the table will be very wide. And again players will complain if you take something away.
What database do you use?
Databases are not to be installed on home PC (where at the same time your server, client, visual studio etc runs), they work VERY fast with millions of rows on the server.
Just look at the screenshot.
P.S. no indexes on table and home PC running 10+ applications at the moment
(This post was last modified: 08-03-2012 06:16 AM by laugan.)