Samir Talwar

Results 49 comments of Samir Talwar

That's interesting. My first thought was that we should probably let the auth provider specify the expiry, but a default of 1 second seems very arbitrary. I'll bring this up...

This is awesome. Thank you @deinspanjer! I am working on getting `msodbcsql18`, with proper arm64 support, into the official Hasura Docker image. It's a bit more involved, and therefore taking...

This is now implemented in https://github.com/hasura/graphql-engine/commit/c3afa0fdd7eece8eb1bc708e4e241efe36c18618, and will be part of a subsequent release.

Hey folks. As a little sneak preview: [Native Queries][] will be out of beta and available in Hasura CE for PostgreSQL with the release of v2.28, which is imminent. Native...

This has been implemented as [_Native Queries_][native queries] and will be available in v2.28, due to be released shortly. It's free for PostgreSQL and available on Cloud and Enterprise for...

I believe the `latest` tag will always track the latest version. Does that suit you? You can see that it's the same as v2.37 here: https://hub.docker.com/r/hasura/graphql-engine/tags v3 will use different...

I've confirmed internally that Hasura will not hijack `latest` to push a v3 image; it will always be v2.

@sasog23: Is it perhaps a latency issue? How long does it take to run `SELECT 1` from the "Run SQL" tab of the Hasura Console?

@sasog23, would you mind getting us an execution plan? You can run the same query in pgAdmin, but prefix it with `EXPLAIN`, and then paste the results here. (Please redact...

We're seeing quite a different analysis here compared to local testing. It could be that indices are misbehaving somehow. I suggest running `VACUUM ANALYZE` on the database and seeing if...