ParadeDB

66 posts

ParadeDB banner
ParadeDB

ParadeDB

@paradedb

Simple, Elastic-quality search for Postgres ⭐ Star us: https://t.co/UL5Eovc3Sm

New York, NY Katılım Şubat 2023
3 Takip Edilen1.4K Takipçiler
Sabitlenmiş Tweet
ParadeDB
ParadeDB@paradedb·
ParadeDB has raised a $12M Series A to bring Elasticsearch workloads to Postgres. Read it on TechCrunch: techcrunch.com/2025/07/15/par…
English
5
3
71
6.3K
ParadeDB
ParadeDB@paradedb·
On March 31st, Stu Hood will be speaking about how ParadeDB performs native Top K JOINs at South Bay Systems. We look forward to seeing you there: luma.com/2g3exvjw?tk=29…
English
0
0
6
732
ParadeDB
ParadeDB@paradedb·
Top K is a deceptively hard problem in Postgres. "Give me the 10 best rows" works until you add filters and text search, then GIN can't sort and B-trees can't search. BM25 multi-column indexes handle equality, sort, and range in one data structure. Here's why that matters: paradedb.com/blog/optimizin…
English
0
5
21
6.9K
ParadeDB
ParadeDB@paradedb·
ParadeDB is now supported on NixOS. #nix
English
1
1
7
1.1K
ParadeDB
ParadeDB@paradedb·
We're launching Agent Skills and MCP Server for ParadeDB. These will empower your AI coding agent to produce top-notch, accurate ParadeDB code effortlessly. For Skill, go to: github.com/paradedb/agent… For MCP:
ParadeDB tweet media
English
0
2
8
2K
ParadeDB
ParadeDB@paradedb·
@ankitml (ex-Instacart) shows us how to build personalized search entirely inside PostgreSQL. A search for “king” could mean LOTR: Return of the King or The King’s Speech, depending on a user’s genre preferences. His approach uses two steps: • Retrieve with BM25 • Rerank with embeddings + cosine similarity All in SQL. No external services. No data movement. paradedb.com/blog/personali…
English
0
3
13
1.8K
ParadeDB
ParadeDB@paradedb·
As part of our v0.20.0 release late last year we did a lot of work on increasing write throughput. Adding any index to a Postgres table trades off write speed for read speed, and BM25 indexes aren't any exception. But because they map to immutable segments the impact can actually be a lot more than traditional indexes like Btree. So we set out to make things better .... paradedb.com/blog/increased…
English
2
1
7
418
ParadeDB
ParadeDB@paradedb·
Faceting looks simple, it's just counts next to search results right? But making it fast and ergonomic is harder than it seems. We just shipped native faceting in ParadeDB: runs inside Postgres, in a single pass, and is 14× faster over large result sets👇 paradedb.com/blog/faceting
English
2
1
9
1.7K
ParadeDB
ParadeDB@paradedb·
We've shown you parts of our V2 SQL API over the last month, but here's a full post looking at everything you can do with it. Check out the side by side of the CREATE TABLE for old and new APIs, it's so much better ❤️. paradedb.com/blog/v2api
English
1
1
11
2.7K
Philippe Noël
Philippe Noël@philippemnoel·
We have been working on so many exciting things at ParadeDB that I have forgotten to tweet
English
2
0
11
752
ParadeDB
ParadeDB@paradedb·
We're excited to announce the release of v0.20.0. This release brings: - Official support for accelerated facets in ParadeDB - An order of magnitude improvement to our write throughput - A brand new SQL interface that's more SQL-native and ORM friendly paradedb.com/blog/paradedb-…
English
0
6
29
2.5K
ParadeDB
ParadeDB@paradedb·
Most of the time when you hear Tantivy is faster than Lucene for search, it’s from the Tantivy team (or us at ParadeDB). This time it’s from @jpountz (a Lucene committer), explaining where Tantivy wins and what Lucene is doing about it. jpountz.github.io/2025/04/12/why…
English
1
7
43
3.6K
ParadeDB
ParadeDB@paradedb·
A little bit of lexical search, a little bit of semantic search. But how do you combine them? We wrote the Missing Manual for Hybrid Search in Postgres so you don't need to work it out yourself. paradedb.com/blog/hybrid-se…
English
2
4
14
1.2K
ParadeDB
ParadeDB@paradedb·
Developers today -> "With your feet on the air and your head on the ground"
ParadeDB tweet media
English
0
0
2
428
Preston Thorpe
Preston Thorpe@PThorpe92·
Pretty excited about getting to implement full-text-search for tursodb. Will be FTS5 compatible but native (not an extension), which means we can have some cool custom syntax. Going to be using Tantivy and will be looking for some inspiration from awesome projects like @paradedb
English
4
0
36
9.4K