On a custom record with a large number of rows, I'm trying to select the first 1k rows by id. This takes a long time. Are any of the system generated date fields indexed?
s
superman1987417
12/16/2025, 2:17 AM
why does it take a long time?
r
raghav
12/16/2025, 3:54 PM
What does your query look like ? 1k rec especially on a custom record should be pretty quick. If it's a straightforward select query with no complex joins or where clauses.
c
Chris
12/17/2025, 1:17 PM
It shouldn't take a long time, that's why I'm asking if anyone knows if system date fields are indexed. A date column on a table with millions of rows would be able to do this query in a few milliseconds, which this fails at.