We have moved to Github. Please open tickets there.

Opened 11 months ago

Last modified 11 months ago

#4596 new Enhancement

Optimize instantiating of the entities by reusing of the data

Reported by: srokap Owned by:
Priority: normal Milestone: Needs Review
Component: Core Version: 1.8
Severity: minor Keywords:
Cc: brett@… Difficulty:

Description

Previously discussed here: https://docs.google.com/document/d/1NrxIj4YOTjNbeXDGW3tpz2lNvaRwL2NDPBNd7TgRfFk/edit?disco=AAAAAEr6svk

Me: If we select object entities only, we already know that we'll need data from additional table to instantiate it by callback function. It's MUCH faster to make single query

Evan: More generally, if someone specifies a single type, we should just join with the appropriate table to avoid another query for each entity.

Change History (1)

comment:1 Changed 11 months ago by srokap

  • Type changed from Defect to Enhancement
Note: See TracTickets for help on using tickets.