Nazar Chornii

Results 8 comments of Nazar Chornii

Hi @m2de, any updates here?

> Hi, [@nchornii](https://github.com/nchornii), have you tried to create indexes to speed up your queries? hey @ostafen, thank you for quick reply As you can see in the screenshot, I have...

@ostafen I guess the problem is with `offset` ``` Without type, offset 0 SQL Query: select * from finance_report_payments where date >= CAST('2025-01-01' as TIMESTAMP) and date = CAST('2025-01-01' as...

@ostafen ``` SQL Query: SELECT * FROM (SELECT * FROM finance_report_payments WHERE date >= CAST('2025-01-01' AS TIMESTAMP) AND date = CAST('2025-01-01' AS TIMESTAMP) AND date

@ostafen basically, I need all 17666 records, but the database can return 2.5k records as max, yes, I can limit date, but to get all the data I need to...

Here is version: using docker ``` immudb 1.9.5 Commit : 86e956fc33214c0f69154587908446d15cc22a88 Built at: Mon, 16 Sep 2024 12:24:07 UTC Static : true ================ Config ================ Data dir : /var/lib/immudb Address...

@ostafen updated to 1.9.7 but still have this limit

@ostafen sorry for late reply. I tried with Golang SDK and there is no limit of 2500, but it exists with `/api/v2/db/sqlquery` API, is there any setting to change this?