Daniel Giribet

Results 28 comments of Daniel Giribet

Thanks for the info @Dhghomon, it's really clarifying Unfortunately our use case does not have a lot of granularity in the first bucket. I am building 3.0.0-alpha.7 now and will...

Just fired `v3.0.0-alpha.7`: typical values with 1K size table: ``` LET $_ = SELECT * FROM ONLY news:[5,None]..=[5,time::now()] LIMIT 1; -- Query 1 (execution time: 24.964708ms) LET $_ = SELECT...

> Got another PR to optimize LIMIT [#6228](https://github.com/surrealdb/surrealdb/pull/6228) so giving this another look. > Want to give it a try yourself and see how it compares to the last time...

Looks like I forgot to run the `spotless:apply` on my last change 😅 Running it and adding it to the PR. javadoc task fails because of many unrelated failures though.

We could have the `spotless:check` on the PR checklist template

@scordio no worries, thanks for getting back to me on this. Let's see what the feedback is on the idea/code.

I will look at the javadoc check and see what is is about

> Between the warnings that you don't have to focus on, I can see this: yup, just saw it, fixed on [027111b](https://github.com/assertj/assertj/pull/3636/commits/027111bf8c9aba0e2c1471e227cb953afcf384b9) and javadoc maven command succeeds