Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jamesgresql
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Same Query, Three Results: Benchmarking ParadeDB and Postgres FTS
(paradedb.com)
1 points
by
jamesgresql
2mo ago
|
0 comments
2.
▲
Same Query, Three Results: Benchmarking ParadeDB and Postgres FTS
(paradedb.com)
2 points
by
jamesgresql
3mo ago
|
1 comments
3.
▲
by
jamesgresql
3mo ago
ParadeDB built a benchmark runner to make experimentation easy. This post looks at a real example over three iterations (with wildly different results).
4.
▲
What We Think About When We Think About Benchmarking
(paradedb.com)
1 points
by
jamesgresql
4mo ago
|
1 comments
5.
▲
by
jamesgresql
4mo ago
We (ParadeDB) recently started building out our benchmarking infrastructure for cross-backend comparisons. Rather than taking the usual path of bundling a workload and execution into one neat package, we decided to build a reusable database
6.
▲
Search Benchmark Wars (A Conversation with Paul Masurel, Creator of Tantivy)
(paradedb.com)
2 points
by
jamesgresql
5mo ago
|
0 comments
7.
▲
by
jamesgresql
5mo ago
This is great, no more lost terminal screens!
8.
▲
A Conversation with Paul Masurel, Creator of Tantivy
(paradedb.com)
2 points
by
jamesgresql
5mo ago
|
1 comments
9.
▲
by
jamesgresql
5mo ago
"If I had looked at the lexical search and BM25 space in 2016, I would have said it was solved, and that catching up would be nearly impossible." This interview with Tantivy creator Paul Masurel looks at how wrong I would have bee
10.
▲
by
jamesgresql
7mo ago
Yeah I get that, I threw caution to the wind and did it (which I would normally never dO)
11.
▲
Why is your Mac WiFi Slow?
(whyfi.network)
1 points
by
jamesgresql
7mo ago
|
3 comments
12.
▲
by
jamesgresql
7mo ago
I have no affiliation with this product other than being a happy user, but man is it good for finding out exactly why and when your wifi is slow. Best feature for me being was being able to detect intermittent jitter to my gateway. I never
13.
▲
Hybrid Search in PostgreSQL: The Missing Manual
(paradedb.com)
1 points
by
jamesgresql
7mo ago
|
1 comments
14.
▲
by
jamesgresql
7mo ago
This is a no-nonsense walkthrough of doing hybrid search inside Postgres without spinning up a separate search service. A few takeaway: - Postgres’s native `tsvector/ts_rank` stuff works ok for basic text matching, but it doesn’t accou
15.
▲
Elasticsearch was never a database
(paradedb.com)
159 points
by
jamesgresql
8mo ago
|
106 comments
16.
▲
by
jamesgresql
8mo ago
I know it sounds obvious, but some people are pretty determined to us it that way!
17.
▲
Elastic style faceted search from PostgreSQL
(paradedb.com)
14 points
by
jamesgresql
9mo ago
|
0 comments
18.
▲
ParadeDB Makes Faceted Search 14× Faster Inside PostgreSQL
(paradedb.com)
3 points
by
jamesgresql
9mo ago
|
0 comments
19.
▲
by
jamesgresql
9mo ago
Hey HN! Author here. We added faceted search capabilities to our `pg_search` extension for Postgres, which is built on Tantivy (Rust's answer to Lucene). This brings Elasticsearch-style faceting directly into Postgres with a 14x perfor
20.
▲
Teaching Postgres to Facet Like Elasticsearch
(paradedb.com)
4 points
by
jamesgresql
9mo ago
|
3 comments
21.
▲
by
jamesgresql
9mo ago
Haha, I like “good old tokenization”
22.
▲
by
jamesgresql
9mo ago
Amazing, will have a read!
23.
▲
by
jamesgresql
9mo ago
Chinese, Japanese, Korean etc.. don’t work like this either. However, even though the approach is “old fashioned” it’s still widely used for English. I’m not sure there is a universal approach that semantic search could use that would be bo
24.
▲
by
jamesgresql
9mo ago
100%, maybe we should do a follow up on other types of tokenization.
25.
▲
by
jamesgresql
9mo ago
Hello HN, author here. It seems like everyone is talking about 'hybrid search' (lexical/BM25 + semantic/vector) these days, so I wanted to show how it's possible (and fully customizable) using reciprocal rank fusion
26.
▲
The Missing Manual for Hybrid Search in PostgreSQL
(paradedb.com)
6 points
by
jamesgresql
9mo ago
|
1 comments
27.
▲
by
jamesgresql
11mo ago
The original title of this post was "When Tokenization Becomes Token", but nobody got it. I'm curious, after reading this article how many people can tell me why that title would have been great? (also I'd love feedback
28.
▲
From Text to Token: How Tokenization Pipelines Work
(paradedb.com)
2 points
by
jamesgresql
11mo ago
|
2 comments
29.
▲
by
jamesgresql
1y ago
Author here — you beat me to it! Hi everyone A lot of you will probably see the title of this post and immediately think “of course, just use the right tool for the job.” But for those who don’t … here's a thing for you. I’d really lo
30.
▲
by
jamesgresql
1y ago
Not the case!
More ›