Steve Axtmann

Results 23 comments of Steve Axtmann

Is it possible to have a bot post the issue to github?

Yeah exactly. I feel like it'd be easier/more seamless for the player if they aren't redirected to github to login. Might be a bit off putting if they just want...

Ah yeah I didn't think of that. Maybe they could have an option to sign up/log in if they want to receive updates/are happy to give more details?

Thank you for the suggestions and info! I've tried: * Adding an index to all foreign keys & columns we're sorting on * Adding missing composite unique keys on pivot...

That worked perfectly to get the SQL, thanks for the simple example! I used your example to get the prepare statement SQL for one of my queries. I then tried...

> do you mean executing the GQL query via SQL or through the API? I was using SQL but not `graphql.resolve`. I just tried with `graphql.resolve` and it took 1.2s...

> hmm! unfortunately I haven't been able to reproduce that behavior > > The transpile step on your query wouldn't account account for more than a few milliseconds in the...

> Do you have access to a more powerful machine to see if the behavior continues? We set up a dedicated server (Ubuntu 20.04) for Postgres (12 as that was...

That's great to hear! Hopefully you have more luck than me at finding it. If you need anything else from me I'll be happy to help! > The install issue...

We looked into setting up a more powerful dedicated server for postgres again (with some minor pg tuning) as a way to temporarily avoid this issue. One of the queries...