Get_id() is a remote call?

@woodpav is right – get_id() still costs a few ms, even on the server.

We are definitely working on this one – there’s a lot of architectural preparation needed before we can make the shift, but once we’ve got it in place we’ll have a lot more elbow room to improve data table performance.

(Comparison: It’s like implementing hierarchical form packages on the client side. The actual UI switch was pretty straightforward, but preparing the Python interpreter, designer, form-navigation system etc to deal with it – and backwards-compatibly too – was the 90% of the iceberg that lay under the surface. Likewise, once we’ve done this internal re-architecture, making get_id() fast is going to be trivial – a two-line change – but we’re still working below the waterline right now, so all you’re seeing is the bubbles :slight_smile: )

2 Likes