• #dev 2023-06-14
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2023-06-14 UTC
# 14:47
vikanezrimaya
`CREATE INDEX fulltext ON vika.mf2_json USING GIN (to_tsvector('english', mf2['properties']['content'][0]['html']));` -- this cuts a query on the database from ~90ms to ~2ms, and EXPLAIN shows it using an index search instead of sequential