Noticed that the schema / data migration wasn't improving wall-clock
load time for the asset catalog. Saw that the graphql implementation was
bypassing the event_log_storage get_asset_tags call
Before:
After:
Differential D8864
asset catalog perf: make use of tags column if migrated • prha on Jul 13 2021, 6:38 PM. Authored by Tags None Subscribers None
Details Noticed that the schema / data migration wasn't improving wall-clock Before: After: ran py-spy against speedscope, bk
Diff Detail
Event TimelineComment Actions Should improve asset query load time by a factor of 3 if migrated and constant if not migrated |