Quote:
Originally Posted by jecilop
@Terisa
I have 4 columns that are built from others. They are counts and calculations.
Author Count, Tag Count, Reading Time, and Printed page Count estimation based on a once generated word count.
|
That's probably why you're seeing things take so long. The composite ones can be very slow to generate. You'd be a lot better off performance-wise generating these as a batch (e.g. at import time) into static columns.