cinchapi / concourse

Distributed database warehouse for transactions, search and analytics across time.
http://concoursedb.com
Apache License 2.0
315 stars 233 forks source link

Reduce Manifest Memory Consumption #520

Closed jtnelson closed 5 months ago

jtnelson commented 5 months ago

When the setting is false, the performance and heap usage is worse than the status quo because the start and end positions are not stored as long. We need to figure out a way to have the Range hold longs when the setting is false.