ArcticDB
ArcticDB copied to clipboard
ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
In `arcticdb` Azure backed storage, `read_blob` made `GetProperties` API call to retrieve the size of the blob. This is an extra network call compared to the adapter in S3. It...
Sample code: ``` lib.write(symbol="a", data=np.array(0))` Error: File "version_store/_store.py", line 647, in write symbol, data, metadata, pickle_on_failure, dynamic_strings, coerce_columns File "version_store/_store.py", line 417, in _try_normalize raise ArcticNativeException(str(ex)) arcticc.exceptions.ArcticNativeException: 'numpy.float64' object cannot...
Merging by time (time-union) of symbols is implemented and has some tests, however it's not currently in a state where we can recommend its use as a first-class feature. In...
**Is your feature request related to a problem? Please describe.** Protobuf has released version 5 but we only support version 3 and 4. PR #1421 has constrained protobuf version for...
Currently, `compact_incomplete` always writes a symbol list key. This should only be written if `finalize_staged_data/compact_incomplete` specify that it was a parallel write, if it was a parallel append, but with...
https://github.com/aws/aws-sdk-cpp/blob/64f29bce3a497111c2ab272bcb50ac5d568d5573/src/aws-cpp-sdk-core/source/http/crt/CRTHttpClient.cpp#L468 https://github.com/Azure/azure-sdk-for-cpp/blob/17c3cb50f158005497860525a07e23718e7d8878/sdk/core/azure-core/inc/azure/core/context.hpp#L240 Currently, 200000ms is the universal setting of `request_timeout` for both S3 ans Azure storage. However, the setting on S3 monitors at a more finer level - at each...
`openssl` v1.1.1 has reached [EOL](https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL). It needs to be upgraded to v3.
### Describe the bug The Azure we detect (using the openssl python lib) correct certificate locations, and use them in the Azure SDK. For S3, we use the system default....
#### Reference Issues/PRs Fixes #1406 #### What does this implement or fix? Converts time zone data to string when normalizing with MsgPack. Adds tests to make sure that the crash...
**Is your feature request related to a problem? Please describe.** We have batch versions for all the relevant methods except for the update method. We also want to create a...