Maxim Martynov
Maxim Martynov
Any updates?
Merge what exactly? There is no pull request with proposed changes
Changing compression level is not a breaking change. Code still works as expected, it just become slower. I think the better solution will be either change default compression level to...
In #1121 I've changed compression level to 1
PRs are welcome
BTW, I'm not sure that is the difference between "General purpose Libraries" and "Utilities". Maybe these sections should be merged into one.
Probably there is a missing index: ``` CREATE INDEX CONCURRENTLY "dataset_facets-io-text" ON dataset_facets (type) WHERE type ILIKE 'output' OR type ILIKE 'input'; ``` Query runs 4x faster than before, but...
I've tried to start from the fresh database, but after consuming the same amount of lineage data, the slowness appeared again. I have to use 0.49.0 to fix that, on...
Why not use https://test.pypi.org for nightly builds?
Could someone take a look at this PR?