Live data from Hacker News

Viewing profile — alanwli

alanwli

HN member
Joined
Tue, Aug 29, 2023, 7:59 PM UTC
HN karma
15
Public activity
5 items

About alanwli

No profile information was provided.

Recent public activity

  1. comment
    Comment #46756624

    Out of curiosity, how is the 92% recall calculated? For a given query, is the recall compared to the true topk of all 100B vectors vs. recall at each of N shards compared to the to…

  2. comment
    Comment #45799640

    I've seen a decent amount of production use of pgvector HNSW from our customers on GCP, but as the author noted is not without some flaws and are typically in the smallish range (0…

  3. comment
    Comment #45171985

    The alternative is to find solutions that can reasonably support different requirements because business needs change all the time especially in the current state of our industry. …

  4. comment
    Comment #41178506

    Nice! I've seen other extensions that don't have transactional semantics, which runs counter to the norm for PG. So since it was previously weakly consistent due to performance rea…

  5. comment
    Comment #41177032

    Always great to see Postgres-based alternatives. One clarification question - the blog post lists "lack of ACID transactions and MVCC can lead to data inconsistencies and loss, whi…