Frederic Branczyk

Results 513 comments of Frederic Branczyk

I think the meeting on the 12th was cancelled as it's Thanksgiving in the US? Either way, I agree a SIG meeting would be good to discuss this.

Whops my bad. Today it is then :)

I have exactly this use case. I'm not too familiar with the code base, but with some hints I could give this a shot (unless you know exactly how to...

I know close to 0 C++, but go I should be able to do :)

It's not much, but this is how far I got without pointers: https://github.com/brancz/go-jsonnet/tree/importbytes I guess the biggest question I have is where the actual functionality is implemented. If I'm not...

I'm not actually convinced we should remove this just yet. I think this could come in very handy to optimize transferring stacktraces in the future. As in, instead of having...

This is really awesome! Thoughts at first glance: * I agree `period` can probably be optimized away almost entirely with an RLEDictionary encoding. * I would try delta encoding on...

Redundant with what? That label contains the allocation size. Like I said in my comment I think it would benefit greatly from being RLEDictionary encoded.

I finally had a look at this and built this tool to reencode parquet files: https://github.com/polarsignals/frostdb/pull/136 Using this and a little bit of experimentation I could get this parquet file...