ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
#### Reference Issues/PRs To be merged after https://github.com/man-group/ArcticDB/pull/1576. Towards #1412. #### What does this implement or fix? Making modification with the vcpkg-based workflow for now. #### Any other comments? ####...
New release of GH runner image 20240603.1.0 lead to CI failures on windows. This was due to VS toolset update https://github.com/actions/runner-images/issues/10004. This should be reverted once a new image is...
**Is your feature request related to a problem? Please describe.** We have different retry mechanisms for different storages. E.g. S3's sdk does retry & backoff on retryable errors. However for...
We use the SDK at the moment, `legacy`. The recommended one is `standard`. We can set this in code when we create the S3 client. This ticket should include some...
Known remaining work. Replace checkbox text with link to individual issues when they are being actively worked on. - [ ] Support column slicing, and re-slicing to a new columns-per-segment...
Known remaining work. Replace checkbox text with link to individual issues when they are being actively worked on. - [ ] Use column stats to eliminate unnecessary IOs with the...
**Azure** - [x] #514 **AWS** - [ ] AWS equivalent of issue 514, the SSL certificate path needs to be made configurable with a sensible default. Should be easier than...
**Is your feature request related to a problem? Please describe.** It's hard to remove unneeded parts of the API. We can add a docstring that it's deprecated but no one...
Adds a new stage method equivalent to write with staged=True. This method has a parameter that allows the data to be sorted by one or more columns before writing