access_clog.sql

application/octet-stream

Filename: access_clog.sql
Type: application/octet-stream
Part: 1
Message: Re: Speed up Clog Access by increasing CLOG buffers
With ins AS (INSERT INTO test_clog_access values(default) RETURNING c1) Select * from test_clog_access where c1 = (Select c1 from ins) - 32768 * :client_id;