marregui

Results 60 comments of marregui

Hi @XinyiQiao , that is fantastic!! Thank you again. My own goal is to merge my branch today/tomorrow. There is no real timeline except, the sooner it gets merged, the...

Hola @lookharm , Try the queries in the webconsole by firing up QuestDB. To build QuestDB it so that you have the webconsole: ```shell mvn clean package -Pbuild-web-console -DskipTests ```...

Yup. I would approach this from a different angle. You know that these two queries have a prefix in common: - `select *` - `select * tab` so this will...

Hi @rajdeepdas2000 , Are you keen?, you may if you wish. Please let me know today, or I will have to fix it myself. Saludos

Hi again @rajdeepdas2000 , You are out, I am doing it, thanks for offering. Saludos again

Hi @Luyang2902 , Thank you for the report, please send the create table statements and some data (preferably insert statements) so that I can easily reproduce the issue. Thank you...

thank you for the report @aeshaynes and for the example. This is being fixed by https://github.com/questdb/questdb/pull/2652 possibly merged to master this week.

I had to push force to change the original commit message.

Hola @jfcalvo Would these tables fit your setup: ``` create table table_a ( cache_key int, request_id int, response_id int, ts timestamp ) timestamp(ts) partition by day; create table table_b (...