concourse
concourse copied to clipboard
Distributed database warehouse for transactions, search and analytics across time.
and use G1GC..its time :+1:
The ete test framework should use the `skip-integration` flag when installing the managed concourse server. Right now, the framework doesn't use the flag and employs a hack where it kills...
Similar to what was done in f369df1153795e6a2ae4f249f25615903f383855, but it needs to happen for Map and Timestamp.
The `isRangeBlocked` logic relies on a collection that does not keep track of distinct locked ranges when they are connected. As a result, when a range lock is released, protection...
The Engine should acquire sharable locks on a record to allow concurrent writes to different keys. But the writes that are acquired are not actually "shared". In EngineAtomicOperationTest.java ```java @Test...
``` -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=$APP_HOME/log ```
An FST may drastically improve memory efficiency at the slight cost of search performance (going from O(1) to O(m)), but the reduction in garbage collection may balance it out ....