mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
get the count of the existing fragment and compare it to the incoming bits to decide which should be unioned into the other. This should generally result in far fewer allocations, though there is much work that needs to be done within UnionInPlace to further improve things. unrelatedly, I added a TODO to change the long-query-time option to move it out of cluster. It should probably be happening at the API level so that different handlers can reuse it, but if we're going to do that we'll want to make sure that any potentially time intensive operations are pulled into api from handler (e.g. protobuf decoding) |
||
|---|---|---|
| .. | ||
| cluster_test.go | ||
| config.go | ||
| config_internal_test.go | ||
| config_test.go | ||
| default.go | ||
| enterprise.go | ||
| handler_test.go | ||
| release.go | ||
| server.go | ||
| server_test.go | ||
| setup_logger.go | ||
| setup_logger_arm64.go | ||