Live data from Hacker News

Viewing profile — jamesgresql

jamesgresql

HN member
Joined
Tue, May 17, 2022, 10:54 AM UTC
HN karma
100
Public activity
59 items

About jamesgresql

No profile information was provided.

Recent public activity

  1. story
  2. 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).

  3. story
  4. 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…

  5. story
  6. comment
  7. story
  8. comment
    Comment #47734521

    This is great, no more lost terminal screens!

  9. 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…

  10. story
  11. comment
    Comment #47171029

    Yeah I get that, I threw caution to the wind and did it (which I would normally never dO)

  12. 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…

  13. story
  14. 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…

  15. story
  16. comment
    Comment #46579955

    I know it sounds obvious, but some people are pretty determined to us it that way!

  17. story
  18. story
  19. story
  20. 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-…

  21. story
  22. comment
    Comment #46247299

    Haha, I like “good old tokenization”

  23. comment
    Comment #46247114

    Amazing, will have a read!

  24. 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…

  25. comment
    Comment #46247034

    100%, maybe we should do a follow up on other types of tokenization.