Data grid and one to one linked table

I would say in the hundreds based on my experience but it may depend on the data itself and other factors.

In general, I usually pack up all the data I need into a list of dictionaries (including linked data if I need it), and return that to the client.

You can find more details on the forum by searching for optimizing performance. Here’s a bunch.

2 Likes