Y
Hacker News
new
|
ask
|
show
|
jobs
by
billiob
5652 days ago
The limit is on disk-only tables (due to Dets using 32-bit file offsets). The limit of on-memory tables is 16 exabytes on 64-bit systems.
1 comments
sgt
5651 days ago
On-memory tables. But what would you do when you need to restart the program, or the entire system? Or can you persist the on-memory on disk somehow?
link