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
trafficstars

#### Reference Issues/PRs Fixes #1552 The `row_count` field of the `get_description` return value (and equivalent on V1 API, and the return value of `get_num_rows`) was misleadingly set if the symbol...

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

We should not treat resource unavailable or no such bucket as expected S3 errors, as we might incorrectly decide that an object doesn't exist and can be newly created when...

### Describe the bug When investigating an error I found that it would not occur if there was a "gap" between the two indexes during an `update(...)` call, but would...

bug

Internal API method `lib.version_store.clear()` is frequently used. Given how frequently it's used, we should promote it to a top-level method. The method deletes everything inside a library.

enhancement

### Describe the bug ArcticDB lets me create an unusable library with a `/` on MongoDB backend. `/` is not a valid char for a Mongo database name. ### Steps/Code...

bug

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

Add some baseline implementations of simple lightweight encodings to use as a base case for decoding performance work. Includes RLE, Frequency and constant encoding