a lot of tables in mysql
#2

There is really no reason to create a gazillion tables for a simple SA-MP server. A MySQL server can handle 5 millions rows quite confidently, provided that you have proper indexing. That means using the primary key. Full-text searches will be slow as hell.

A single table can store 64 terabytes of data; at least a billion records. You would probably need a few MySQL servers working in liaison to get any reasonable performance out of this but it's theoretically possible.
Reply


Messages In This Thread
a lot of tables in mysql - by Bussyman - 11.04.2017, 17:57
Re: a lot of tables in mysql - by Vince - 11.04.2017, 19:04

Forum Jump:


Users browsing this thread: 1 Guest(s)