|
|
|
Most storage and query efficient database to store 100B rows of data?
|
|
1 points
by paperwhite
768 days ago
|
|
been looking into options for storing 50-60 billion rows of data in a database: What I have so far: - Mongo has a large storage overhead but query performance is good Postgres is more storage efficient but query performance is poor at this scale --
Haven't explored Apache yet because of the setup overhead but happy to explore options that are slightly more technical than our current skillset I'm @harlakshS on Twitter in case anyone of you wants to DM instead. Thanks! |
|