Re: Seeking feedback about research project being implemented on Asterix DB

2025-01-17 Thread Ian Maxon
I think probably a combination of 2 and 3 would be best. I'm not sure exactly where it takes place but there is certainly ways to hint to the optimizer on what physical operators should be used. Sometimes it has an effect on the plan structure later on though. For example our index hints, which we

Seeking feedback about research project being implemented on Asterix DB

2025-01-16 Thread Pratyoy Das
Hi all, In my current research project, I am interested in studying and creating query plans that prioritize latency of individual answers rather than the throughput of the overall query in order to promote progressive query answering. For that, we want to create a new plan, an "interactive" plan t