ArcticDB icon indicating copy to clipboard operation
ArcticDB copied to clipboard

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.

Results 340 ArcticDB issues
Sort by recently updated
recently updated
newest added

#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...

patch

#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...

#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...

**Is your feature request related to a problem? Please describe.** Currently arm64 architechture prebuilt is not available, I have a usecase to run the lib on arm64 machine. **Describe the...

enhancement

- Add Python 3.14 to all build matrices (Linux, Windows, macOS) - Add support for both cp314 (regular) and cp314t (free-threading) versions - Existing protobuf/gRPC compatibility logic already covers Python...

#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...

patch
no-release-notes

#### Reference Issues/PRs [18254756429](https://man312219.monday.com/boards/7852509418/pulses/18254756429) #### What does this implement or fix? Poor quality hash implementations of integral types, including at least some implementations of `std::hash `are basically a static cast....

patch
performance

Currently, reading Series with columns=[] returns an empty Series, instead of Series with the index like for DataFrame. The is because Pandas doesn't support Series with index but empty data....

From what I can tell, currently the compression algorithm used during writes is hard coded to lz4. I have use cases that would heavily benefit from a reduced on-disk storage...

### Describe the bug When a segment is corrupted or deleted from minio, if you try to read data in that date range, then the code will throw an segmentation...

bug