ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
We've had a CI run fail because it couldn't pull a docker image [here](https://github.com/man-group/ArcticDB/actions/runs/10264788750/job/28400677767). Error looks like: ``` Starting mongodb service container /usr/bin/docker pull mongo:4.4 Error response from daemon: toomanyrequests:...
### Describe the bug This feature is in the v2 API, and it has happy-path tests that ensure that it fundamentally works, however it is not sufficiently tested to really...
Closes #1750 Adds a lazy dataframe implementation that allows a more natural syntax for querying operations, with actual read+processing deferred until `collect` is called.
I'd prefer something a bit less Python-y since we might use the same code for arrays in different languages, but happy to fix forward in this case _Originally posted by...
Enable storage and retrievel of Python decimal types. This depends on #115.
Nullable booleans, ndarrays, and decimals
We want to add support for Decimal support. This is a two-part change - this part details the addition of an in-memory Decimal class to be later used by the...
Profiling our performance on the billion row challenge showed deallocating segments to be the major bottleneck. Code to generate the data and profile the grouping available on this branch: https://github.com/man-group/ArcticDB/tree/brc-speedup...