Dmitry Sharonov
Dmitry Sharonov
Hi @nyh @eliransin a question - can this issue cause records missing from output, if I use pagination? Customer claims that his (paginated) query on a secondary index is missing...
@nyh thanks for clarification. I am not that aware of qurey executor internals - does __pagination__ utilize LIMIT under the hood. Customer (and we, via sqlsh) paginate the query implicitly,...
Connected to #115
I'd also add cli binary to tgz by default
Data_schema - customer_id, mdm_id (sharding key). We need need to delete a record by account_id (based on some external event). So we have to make a select, and theen delete....
Smth like ``` tarantool> require('migrations').bootstrap({url='localhost:3301', file='./00-bootstrap-schema.lua'}) --- - |- box.schema.create_space('test') box.space.test.create_index('primary') ```
A helper that traverses existing instance and prepares .lua containing relevat ddl statements.
https://stackoverflow.com/questions/1884758/generate-ddl-programmatically-on-postgresql