10-13-2014, 06:20 AM
SQLite is very fast, so a select in a table of 500k blocks in a table with indexes will be perfectly fine (< 100 ms at least).
Splitting it up would be a bit better, and good index choices really make a difference.
The thing you really have to worry about is database size (CoreProtect a rollback plugin has databases that regularly go up to 5 gigs for small servers).
Splitting it up would be a bit better, and good index choices really make a difference.
The thing you really have to worry about is database size (CoreProtect a rollback plugin has databases that regularly go up to 5 gigs for small servers).