| ▲ | vorticalbox 13 hours ago | |
I use mongo at work and LLM helped me find index issues. Feeding it the explain, query and current indexes it can quickly tell what it was doing and why it was slow. I saved a bunch time as I didn’t have to read large amounts of json from explain to see what is going on. | ||