-- Noel Grandin
> --
> You received this message because you are subscribed to the Google Groups "H2 Database" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/Yusy5cYjPoUJ.
> To post to this group, send email to h2-da...@googlegroups.com.
> To unsubscribe from this group, send email to h2-database...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
Ah, yes, I see what you are saying.
I'm afraid on-disk b-tree indexes don't work that way.
They have an entry for every row in the table, so index.size() == table.size().
-- Noel Grandin
> --
> You received this message because you are subscribed to the Google Groups "H2 Database" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/qSNV3FEY-MMJ.
So if we already have hash indexes, does H2's planner currently skip using the selectivity system (and periodic scanning N rows)?