Re: Zedstore - compressed in-core columnar storage
От | Jacob Champion |
---|---|
Тема | Re: Zedstore - compressed in-core columnar storage |
Дата | |
Msg-id | 23F64609-215A-4DDB-A651-446D3D0A07B6@vmware.com обсуждение исходный текст |
Ответ на | Re: Zedstore - compressed in-core columnar storage (Tomas Vondra <tomas.vondra@enterprisedb.com>) |
Ответы |
Re: Zedstore - compressed in-core columnar storage
|
Список | pgsql-hackers |
On Nov 13, 2020, at 2:00 PM, Tomas Vondra <tomas.vondra@enterprisedb.com> wrote: > > Fedora 32, nothing special. I'm not sure if I ran the tests with pglz or > lz4, maybe there's some dependence on that, but it does fail for me > quite reliably with this: > > ./configure --enable-debug --enable-cassert --enable-tap-tests > --with-lz4 && make -s clean && make -s -j4 && make check-world I'm not sure what I messed up the first time, but I am able to reproduce reliably now, with and without lz4. It looks like we have a workaround in place that significantly increases the number of simultaneous locks acquired during indexing: #define XLR_MAX_BLOCK_ID 199 So that's in need of resolution. I'd expect gin and gist to be pretty flaky until we fix that. --Jacob
В списке pgsql-hackers по дате отправления: