Writing fast queries against EQL columns

July 23, 2026 · View on GitHub

This page has moved. Query and index performance for eql_v3 encrypted columns is now covered in Database Indexes for Encrypted Columns, alongside the index recipes themselves.

Getting EQL-encrypted queries competitive with plain PostgreSQL comes down to one pattern: index a functional expression over the term extractor, and let bare-form predicates engage it. The details — and the traps — live in the database-indexes guide:

For which operators each domain variant supports, see the SQL support matrix.


Didn't find what you wanted?

Click here to let us know what was missing from our docs.