Working on eliminating necessary columns to get a gauge on how that affects performance, and then I’ll work on archiving things.
One of the things I’ve noticed in the performance analysis is that “Date” basic columns are taking as long to calculate as computed columns, even longer in most cases.
Example: This is in a Glide Native table and it’s taking 38.98ms for the date column vs. 8ms for a computed relation column. Does anyone have a suggestion to reduce that time but still keep a date format?