Alex Seaton

Results 25 issues of Alex Seaton

`NativeVersionStore.version_store` has two ways to scan the sizes of a library: - `scan_object_sizes` - `scan_object_sizes_by_stream` The former returns a dict from key types to `KeySizesInfo` objects, which has fields `count`,...

enhancement

From @jamesmunro Implementation question. I think this could be a common use case. I've got a process that appends new rows to a symbol whenever new bars/ticks arrive. ``` while...

We have https://docs.arcticdb.io/tutorials/parallel_writes/ but it doesn't really explain the intention of staged writes (to fold the chunk together in to one symbol upon finalize, without losing any of them). The...

documentation

A docs (not API) page and tutorial describing how to use QueryBuilder, its caveats, and motivate users to understand why it is useful.

**Is your feature request related to a problem? Please describe.** - Create a dataframe with a string column representing a numeric identifier - Query the column using QueryBuilder, but mistakenly...

bug
good first issue

**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...

enhancement

No longer required. Open question - what Pandas compat do we need? 3.6 build is the only one that tests Pandas 0.x compat. It would help the projects velocity to...

How to do debug builds on conda? Julien's idea: We could setup a dedicated channels for Debug of RelWithDebInfo builds on conda-forge: ``` mamba install -c conda-forge/label/arcticdb_debuginfo arcticdb ``` ie,...

test engineer

PR #1462 made a start on extending persistent storages test coverage. But the existing persistent storage tests run on a large matrix, checking interop between every 2 elements in this...

test engineer

**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...

enhancement