Vlad Ilyushchenko

Results 114 comments of Vlad Ilyushchenko

This is what we can get SQL optimiser to do under the covers, yes. When using calendar alignment the results are different. You can try these SQLs on [demo](demo.questdb.io) to...

Thank you for reporting the issue Alexey đź‘Ť we will fix that asap

Thanks, we should be able to fix this asap

I apologise for messing things up. I was hoping for fewer branches of this branch. Why do we branch the branch at all? PRs that go into this branch aren’t...

yeah, there are plans of course. We're looking to implement missing syntax and views in Q4

We have yet anyone to ask for BC timestamps from a domain problem standpoint. It is a significant development effort to support such timestamps, more broadly negative epoch offsets. We...

No problems. Our system wide behaviour is to convert invalid data to null. We might need to re-evaluate this behaviour, but it's a bigger task I suppose.

The reason for this error (10042) is most likely that you don't have network interfaces supporting multicast The workaround is to disable UDP receiver via config: ``` line.udp.enabled=false ```

thank you @bziobrowski The behaviour of the _explicit_ cast is the same or worse in master. We can address it in the next PR. Now all timestamp parsing is at...

This is more significant refactoring that I anticipated. We need to write tests ensuring worker pool configuration works as expected. Right now it does not. I start server using the...