ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...
A follow up to https://github.com/man-group/ArcticDB/pull/1756 . This change is not essential and we should only merge it if we think it makes it easier to use the `KeySegmentPair` API correctly....
#### Reference Issues/PRs Resolve #1734 #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant...
Move the string handling to the type handlers, get rid of some of the duplicate methods of reading dataframes and do some groundwork for reading data in Arrow format instead...
First observed [here](https://github.com/man-group/ArcticDB/actions/runs/9889332532/job/27315155035#step:7:1043). Logs for posterity: ``` The following tests FAILED: 1 - Async.SinkBasic (ILLEGAL) 2 - Async.DeDupTest (ILLEGAL) 23 - Segment.RoundtripTimeseriesDescriptorWriteToBufferV2 (ILLEGAL) 27 - SegmentHeader.SerializeUnserializeV1 (ILLEGAL) 323 - SparseTestStore.Compact...
#### Reference Issues/PRs #### What does this implement or fix? - added debug logging for what keys will be deleted by `delete_trees_responsibly` - fixes some bugs around stress tests scenarios...
#### Reference Issues/PRs Part of https://github.com/man-group/arcticdb-ursus/issues/18 #### What does this implement or fix? No added features. It's mostly adaptation so collector can be ported in another repo depends on this...
Known remaining work. Replace checkbox text with link to individual issues when they are being actively worked on. - [x] #1721 - [ ] Option to include/exclude partial buckets (they...
All other modification methods return a `VersionedItem` with an empty `data` field. On the V1 API `compact_incompletes` returns a C++ versioned item, which only has the symbol and version, not...