Garren

Results 33 issues of Garren

We have a few clippy warning overrides in the codebase. It is worth seeing checking them all and seeing if we can fix the code and remove them.

kind/improvement
tech/engines
kind/tech
topic: tech debt

This is based on this work here https://github.com/prisma/prisma-engines/pull/2459 where we convert an `uint64` to `int64`. This isn't the perfect way to handle this. It would be worth checking how we...

kind/improvement
kind/tech
topic: tech debt

## Problem The Query engine supports a `MultiQuery` graphql query. This can be used to group unrelated queries against the database into one Graphql query. The Query Engine will then...

kind/tech
team/client
topic: client api
priority/unknown
size/unknown
topic: batching

This test is very flaky and fails because of a write conflict. If that happens try it one more time.

Adds the ability to add `FOR UPDATE` for a Select statement.

A lot of the filters use a bitmask and then manually filtering the record batch. I think this could be simplified by using the built in [`compute.FilterRecord`](https://pkg.go.dev/github.com/apache/arrow/go/[email protected]/arrow/compute#FilterRecordBatch) to do all...

Add a new explain endpoint so that a user can see what index was used for a query. Add the index state to the describe collection end point

SecondaryIndexes

Once we have secondary indexes deployed everywhere, we can remove search from the query endpoint. Search will only used for the search endpoint

server-side improvements
SecondaryIndexes
Search

We currently return `Context deadline exceeded` when the request to get API keys from auth0 timeout. We should change that to send a better message.

auth
server-side improvements