Elvis Pranskevichus
Elvis Pranskevichus
No support for explicit locks yet. It is, indeed, a very useful feature, we'll look into the feasibility of adding it to EdgeQL in 4.0.
@mritzerfeld, is there a significant difference in your implementation from the proposed UUIDv7? That spec is nearing acceptance, and once it's final, we have a plan to switch EdgeDB to...
This is a Postgres limitation, I believe, but we ought to produce a nicer error of course.
Somehow the run here is slower than with `-j2`.
Hm. I'm actually getting an error: ``` Exception in edgedb_dotnet.get_movie: InvalidValueError: invalid input to mean(): not enough elements in input set ```
This seems to be an issue with the data set. There should be at least one review for each movie.
I looked at this again, and the only diff I can see from other benchmarks is that you are not selecting the ids randomly and instead just take the first...
Hm, `assert_exists` should get elided for inferred cardinality of `AT_LEAST_ONE`, no?
Hm, OK. Let's put this on a TODO list then. I remember you were musing some sort of larger refactor where inference is done in a pre-pass, which would seem...