William Dealtry

Results 26 issues of William Dealtry

Change the way the segment header is formed in the V2 encoding - get rid of protobuf altogether

The post-processing for get_description_batch does a lot of individual IO operations, which kind of defeats the point of doing batch operations at all. We should ensure that we return the...

enhancement

At the moment compaction is not safe to perform on quite a lot of data - essentially it only works for static schema. Ideally it should work more like downsampling...

enhancement

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

enhancement

### Describe the bug When a dataframe has columns that contain the same data across a column slice, the hash of the columns data is identical. Normally the keys would...

bug
Bug fixing drive Q1 2024

Example of internal implementation of enumerate

experimenting with a metadata cache

Hi there, I'm a big fan of BitMagic and we use it in our database for a variety of things. I'm trying to build with Clang for the first time...

Move the string handling to the type handlers, get rid of some of the duplicate methods of reading dataframes and do some groundwork for reading data in Arrow format instead...

### Describe the bug This feature is in the v2 API, and it has happy-path tests that ensure that it fundamentally works, however it is not sufficiently tested to really...

enhancement