79385555

Date: 2025-01-24 20:35:10
Score: 1
Natty:
Report link

I found that skipping the index can actually help in this case.

select count(*) from "default" NOT INDEXED

> CPU times: user 637 ms, sys: 2.16 s, total: 2.79 s Wall time: 11.3 s

Is still slow, but I get and improvement from 28s to 11s

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Guido Luis Sidoni