ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
#### Reference Issues/PRs #### What does this implement or fix? New query stat implemenation which its schema is static The feature of linking arcticdb API calls to storage operations has...
Configure maxreader limit for LMDB backend: MDB_READERS_FULL: Environment maxreaders limit reached
Hello, I recently encountered an error: arcticdb_ext.exceptions.StorageException: E_UNEXPECTED_LMDB_ERROR Unexpected LMDB Error: LMDBError#-30790: mdb_txn_begin: MDB_READERS_FULL: Environment maxreaders limit reached for object *sTo(7455744cb405c407d4aabe70b06b8b2daa8054ea is there a way to configure the number of...
#### 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? Due to limitation of STS roles number we should constantly do cleaning of failed to delete roles. The PR contains...
#### Reference Issues/PRs #### What does this implement or fix? This is needed for real S3 and GCP tests as file descriptors required are more than initial limit of 100k...
#### Reference Issues/PRs #### What does this implement or fix? Successful execution 5.2.6: https://github.com/man-group/ArcticDB/actions/runs/14641126753/job/41083591802 5.1.2: https://github.com/man-group/ArcticDB/actions/runs/14637571996 4.5.1: https://github.com/man-group/ArcticDB/actions/runs/14639124835/job/41077126258 1.6.2: https://github.com/man-group/ArcticDB/actions/runs/14701046721/job/41250511273 The PR contains workflow definition to execute tests on installed...
Minor Typo fix
#### Reference Issues/PRs #### What does this implement or fix? Clarify when does the workaround need for STS CA issue #### Any other comments? #### Checklist Checklist for code changes......
#### Reference Issues/PRs #### What does this implement or fix? The api check in Azurite has brought pain to local tests as the azurite version needs to keep up with...
#### Reference Issues/PRs https://github.com/man-group/ArcticDB/issues/2251 #### What does this implement or fix? Disable s3 checksumming by setting environment variable in the wheel. #### Any other comments? This will also unblock the...