Best practice question about troubleshooting

Marco Silva Marco Silva 2 months ago

Looking for the community consensus rather than just "it works." What is considered best practice here, and why?

3

Strong agree. Good defaults beat a wall of toggles every single time.

We ran into the same situation last quarter. What worked for us was starting small and only adding complexity when a real need showed up.

One caveat for larger communities: keep an eye on the indexes. At a few thousand rows the difference is night and day.

One caveat for larger communities: keep an eye on the indexes. At a few thousand rows the difference is night and day.

One caveat for larger communities: keep an eye on the indexes. At a few thousand rows the difference is night and day.

Great point. I had not considered the angle you raised in the second paragraph — it reframes the whole thing for me.