Viewing profile — jamesgresql
jamesgresql
HN member- Joined
- Tue, May 17, 2022, 10:54 AM UTC
- HN karma
- 100
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About jamesgresql
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48454262
ParadeDB built a benchmark runner to make experimentation easy. This post looks at a real example over three iterations (with wildly different results).
- story
-
comment
Comment #48115770
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 in…
- story
-
comment
Comment #48020257
[dead]
- story
-
comment
Comment #47734521
This is great, no more lost terminal screens!
-
comment
Comment #47673677
"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 creato…
- story
-
comment
Comment #47171029
Yeah I get that, I threw caution to the wind and did it (which I would normally never dO)
-
comment
Comment #47161197
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 bein…
- story
-
comment
Comment #47049876
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…
- story
-
comment
Comment #46579955
I know it sounds obvious, but some people are pretty determined to us it that way!
- story
- story
- story
-
comment
Comment #46266065
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-…
- story
-
comment
Comment #46247299
Haha, I like “good old tokenization”
-
comment
Comment #46247114
Amazing, will have a read!
-
comment
Comment #46247103
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 univer…
-
comment
Comment #46247034
100%, maybe we should do a follow up on other types of tokenization.