Gary Reckard

Results 13 comments of Gary Reckard

.... why yes... Why do you ask? 😐

Currently on Mysql version 5.7.33-log. Not Aurura. No cluster. Currently on a db.m5.4xlarge instance (probably overprovisioned) Here's a look at the performance profiling for the ajax call to search for...

Also, in case this helps, here are the current indexes on elements: ![image](https://user-images.githubusercontent.com/1679951/134545881-67ddf4e1-3318-402e-bd8c-b04b444947cf.png) elements_sites ![image](https://user-images.githubusercontent.com/1679951/134545948-54fa378f-6e20-48b1-8b8f-a72a6653108b.png) users ![image](https://user-images.githubusercontent.com/1679951/134546288-791e89ac-62ae-4925-bd45-c404d720132c.png)

Heya @brandonkelly Thanks for implementing that update! I'm not sure if that type of update (passing a subquery into a query as opposed to a list of IDs generated from...

Hey @brandonkelly As this is a client's site with tons of user data, I don't think I could share a DB backup (I could ask the client for approval, possibly)....

Hi @angrybrad Ah, that makes a lot of sense now. Thank you for that explanation! I have reached out to our client about sharing the database, and will get back...

Hi @angrybrad I think I got this one licked, finally! And I found two different solutions, both rather simple. From your suggestions, I decided to spin up a new database...

Also would love to see this merged soon!

I'm running into this issue now, for the same reason @twosixcode was, I'm appending the site handle on to the end of my `objectID`. In the `update()` method in `AlgoliaEngine`,...