top | item 41496164 (no title) wbsun | 1 year ago Isn’t there also hash based index for random keys? discuss order hn newest benwilber0|1 year ago Maybe? idk. Not in Postgres. The default index is a B-Tree. A hash-based index would be terrible for disk-seeking, in any case. eurleif|1 year ago https://www.postgresql.org/docs/current/indexes-types.html#I... load replies (2)
benwilber0|1 year ago Maybe? idk. Not in Postgres. The default index is a B-Tree. A hash-based index would be terrible for disk-seeking, in any case. eurleif|1 year ago https://www.postgresql.org/docs/current/indexes-types.html#I... load replies (2)
benwilber0|1 year ago
eurleif|1 year ago