ASaltedFishBoy
ASaltedFishBoy
> Disclaimers: > > 1. OpenOnload 201811 predates this git repository. > 2. I am not working for Level 5 Networks, Solarflare Communications, Xilinx and/or AMD. The following is my...
> "To reproduce" means you are supposed to provide concrete code that reproduces the observed problem, at least on your hardware and software setup. In particular, you have to add...
> You could have turned this into a MWE like this: > > ```sql > CREATE OR REPLACE SEQUENCE id_sequence START 1; > > CREATE OR REPLACE TABLE CAN_TEST (trace_id...
I also encountered this problem, you can split the order by clause and the limit clause into two select statements to optimize performance somewhat, but in practice this still does...
> Hi @swang1001, we discussed this internally and this is currently an expected restriction – optimizing this is non-trivial and would likely have a negative effect on the performance of...