I was wondering, when dealing with large tables (> 100 million rows)
Does Postgres handle work well with indexing timestamps
(e.g:2018-10-09T12:41:20.276846Z)?Will it improve performance if I truncate the date to the seconds if I don't care about that much precision when selecting?