Changes between Version 1 and Version 2 of Ticket #34211


Ignore:
Timestamp:
Dec 13, 2022, 12:33:46 PM (23 months ago)
Author:
polarmt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34211 – Description

    v1 v2  
    7474}}}
    7575
    76 If the field is a foreign key, then it will call the overrided `__set__`. For one API call, we had a `filter` query on a table with three foreign keys that returns 11k rows. This small change did not scale well with a query.
     76If the field is a foreign key, then it will call the overrided `__set__`. For one API call, we had a `filter` query on a table with three foreign keys that returns 11k rows. The new `__set__` was called 33k times, and the latency accumulated.
    7777
    7878== Verification
Back to Top