cinchapi / concourse

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

Reduce Manifest Memory Consumption #520

Closed jtnelson closed 1 month ago

jtnelson commented 1 month 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.