Robert Bindar
Robert Bindar
This PR adds REST serialization support for TileDB Current Domain and expansion via schema evolution. --- TYPE: NO_HISTORY | FEATURE DESC: Rest support for current domain
test some checks --- TYPE: NO_HISTORY DESC: test loaded_rtree checks
https://github.com/TileDB-Inc/TileDB/pull/5215 for context and previous reviews. This work evolved into something a bit more generic than the tile offsets transparent cache we originally intended to write. This PR adds: -...
That request is being removed, more context in the REST PR here: https://github.com/TileDB-Inc/TileDB-Cloud-REST/pull/4852
More context at: https://app.shortcut.com/tiledb-inc/story/54416/break-cycle-between-loadedfragmentmetadata-and-fragmentmetadata --- TYPE: NO_HISTORY | IMPROVEMENT DESC: Break cycle between FragmentMetadata and LoadedFragmentMetadata classes
Small adjustments in FragmentInfo to facilitate splitting LoadedFragmentMetadata out of FragmentMetadata. --- TYPE: IMPROVEMENT DESC: Refactor LoadedFragmentMetadata in FragmentInfo
The postprocessing script requires `numpy` and `matplotlib`. This PR adds a python requirements file containing these dependencies and a README line on how to install the required packages.
Add an `.md` file in `apps/io_tester/io_tester.md` to document the behavior of each workload type and add an usage example. This will save time for engineers working with this tool in...
Calling `json_list_template& operator=(const C& list)` results in oversized allocation if the list you want to assign from is big enough. Given there's no option of a move assignment operator, we...
Most likely 817fdad uncovered the fact that our choice of primary replica was resonating with tablet allocation and we were ending up picking the same replica as primary within a...