ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
### Describe the bug When calling ArcticDB's tail on range indexed symbol the index always starts from 0. When calling tail on Pandas DataFrame the index values match the actual...
#### Reference Issues/PRs #### What does this implement or fix? #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation...
`libcurl` is pinned in conda build in https://github.com/man-group/ArcticDB/pull/1338 due to the behaviour changes in different build of `libcurl`, e.g. https://github.com/curl/curl/blob/b935fd4a07aa9dc0fa352b0a1d4822c4d901577b/lib/vtls/openssl.c#L4767. The issue starts affecting us since `v8.6.0`. Release build is...
1. `CA_cert_path` cannot be set in Windows (https://github.com/man-group/ArcticDB/pull/867) Need to figure out a way to make Windows import the certificate generated by `trustme`, which is used by Azurite 2. Test...
Currently we don't test SSL verification for S3 on Windows and MacOS, both on pipeline and manually. For Windows, the blocker is making WinHTTP, which is the backend of S3...
**Is your feature request related to a problem? Please describe.** We have the existing `get_description` APIs, or the `_store.py` `get_columns` and `get_info` APIs, but nothing similar for just for the...
Say we have a symbol which has a time series index with no name. ``` import pandas as pd df = pd.DataFrame(dict(foo=[1,2,3], bar=[4,5,6])) df = df.reindex([pd.Timestamp('20230101'), pd.Timestamp('20230102'), pd.Timestamp('20230103')]) df.index ```...
https://github.com/man-group/ArcticDB/actions/runs/7398766075/job/20129034406 In case logs expire: ``` _________ test_symbol_list_parallel_stress_with_delete[False-2-3-10-2] _________ lmdb_version_store_v1 = NativeVersionStore: Library: test_symbol_list_parallel_stre.224_2024-01-03T15_15_46_634705, Primary Storage: lmdb_storage. list_freq = 2, delete_freq = 10, update_freq = 3, compaction_size = 2 same_symbols...
**Is your feature request related to a problem? Please describe.** Many tests perform much worse on Windows than on Linux, which is slowing down the overall CI builds. This is...