ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
**Is your feature request related to a problem? Please describe.** Split off from #2322 **Describe the solution you'd like** An API like, ``` lib.rename(from="sym", to="new_sym") ``` to rename a symbol....
**Is your feature request related to a problem? Please describe.** Accidentally loaded a few gigabytes of data in under a mistyped symbol name. Judging by the latest docs, there is...
#### 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...
We have seen spuirous very rare segfaults during cleanup of lmdb compat tests. In general lmdb compat tests are not that useful as not much old data is stored on...
Implement some portable vectorized comparisons
This PRs starts to remove inclusion of pybind11 headers in lower layers of arcticdb core.
#### 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...
We've been seing `LibraryNotFound` errors on a lot of the mongo compatibility tests. We will temporarily skip them until we figure out what's wrong with them. #### Reference Issues/PRs ####...