Nick Woolmer

Results 10 comments of Nick Woolmer

The following PR supersedes this one and I'm moving the tests too: https://github.com/questdb/questdb/pull/4287

Spoiler warning Interestingly, if you move the ORDER BY cab_type outside and nest the rest of the query, it will produce a better plan: ```sql select * from (select cab_type,...

I would like to pick up the long128/long256 tasks, thank you!

This repo does not contain the code you'd need to change. It's also an old issue, so I will close it. @HimanshiGoel10 If you are interested, please look for issues...

Noting the relevant Slack thread for posterity: https://questdb.slack.com/archives/C1NFJEER0/p1711771491609659

There was an issue with `round(D)` not being available, despite being implemented, which DataGrip relied on. I've also added a few tables that were needed. https://github.com/nwoolmer/questdb/tree/datagrip-compatibility Currently reached the following...

With current master, the current error is now: ``` 2024-05-28T09:34:08.456372Z E i.q.g.e.QueryProgress err [id=-1, sql=`SELECT inverter_1.timestamp, inverter_1.current_a AS current_a_1 FROM inverter_1 ASOF JOIN inverter_2 ASOF JOIN inverter_3 ASOF JOIN inverter_10...

Somebody is interested in HdrHistogram https://github.com/questdb/questdb/issues/4566#issuecomment-2135704377

The first implementation of this feature has been merged and will be released soon. We will look to improve it further in future to support keyed SAMPLE BY queries and...

https://github.com/questdb/py-questdb-client/blob/16d6741a5db1c9fcbb0fb98bd8d151a1582b0527/pyproject.toml#L6 It comes from there! There's more info on the pip page so maybe some of it could be transferred: https://pypi.org/project/questdb/