@indexsupply
Queries using indexed fields typically run in sub-millisecond time.
So you'll never see the loading indicator.
But, If you query a contract with ¼ × 10⁶ rows then we have to do an index scan, and send the data; which, even on dialed hardware, can take time.
And for these cases, there is now a fun loading indicator.
(it’s database themed)