ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
We have https://docs.arcticdb.io/tutorials/parallel_writes/ but it doesn't really explain the intention of staged writes (to fold the chunk together in to one symbol upon finalize, without losing any of them). The...
A docs (not API) page and tutorial describing how to use QueryBuilder, its caveats, and motivate users to understand why it is useful.
Intro page enhancements https://docs.arcticdb.io/ - it only shows how to install with pip - 'LMDB' is not obvious - Why highlight just VAST storage? - lets have a table of...
Is `date_range` inclusive or exclusive? If you pass a date, up to what time does it apply?
- Fix compilation errors with clang-18 due to Werror - Run include-what-you-use to reduce includes and add forward declarations Test building on ec2 Set upper limit for build threads in...
This is for add coverage for our tests as most of users use https connection but we test http connection mostly on our pipeline. Same set of Azurite tests fail...
**Is your feature request related to a problem? Please describe.** Running ASV benchmarks locally is time consuming and it's difficult to notice whether one has a bug in them. **Describe...
https://github.com/man-group/ArcticDB/blob/master/cpp/arcticdb/storage/s3/s3_storage-inl.hpp#L359-L360 Underlying cause is that the index type (which comes before the symbol name in the S3 path) is hard-coded based on whether the keytype is ref or atom. This...
### Describe the bug The `test_filter_numeric_isnotin_signed` has flaked on the conde build [here](https://github.com/man-group/ArcticDB/actions/runs/8909348967/job/24466564525?pr=1545). Pasting logs below: ``` version_store = NativeVersionStore: Library: test_filter_numeric_isnotin_si.80_2024-05-01T13_07_13_506219, Primary Storage: lmdb_storage. symbol = 'test_filter_numeric_isnotin' df =...
**Is your feature request related to a problem? Please describe.** - Create a dataframe with a string column representing a numeric identifier - Query the column using QueryBuilder, but mistakenly...