xtdb

alenk 2025-04-06T14:39:51.301429Z

hi! 👋🏼 How’s the full text search support in XTDB2? Does it still support Lucene like v1 did? I’m wondering if XTDB2 can replace something like ElasticSearch for simple text search use cases

refset 2025-04-06T21:51:53.930139Z

Hey @alen! There's no inverted indexes in v2 (Lucene-based or otherwise), but scans can be pretty fast, and there is support for SQL's LIKE regex

🙏 1