from Hacker News

Bridged Indexes in OrioleDB: architecture, internals and everyday use?

by pella on 5/30/25, 10:31 AM with 15 comments

  • by rubenvanwyk on 5/30/25, 12:10 PM

    Cannot wait for OrioldeDB to reach General Availability. Postgres needs options for open-source separation of storage and compute.
  • by apavlo on 5/30/25, 11:31 AM

    "Bridged Indexes" is a non-standard term. These are just secondary indexes using logical pointers with a mapping index. IIRC, Oracle, Hana, and HyPer do the same thing.

    Source: https://db.cs.cmu.edu/papers/2017/p781-wu.pdf (see Table 1 + Section 6.1)