Live data from Hacker News

Viewing profile — byteshift

byteshift

HN member
Joined
Tue, Jun 13, 2017, 4:07 PM UTC
HN karma
27
Public activity
13 items

About byteshift

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #25906007

    We index geospatial data using a learned index in this work (cf. Section 3): http://cidrdb.org/cidr2021/papers/cidr2021_paper19.pdf Code: https://github.com/learnedsystems/RadixSpl…

  3. comment
    Comment #25905843

    For a detailed study of learned indexes, see this work: https://vldb.org/pvldb/vol14/p1-marcus.pdf All code is available in open source: https://github.com/learnedsystems/SOSD

  4. story
  5. story
  6. story
  7. comment
    Comment #22992395

    My understanding is that this is even feasible without location information if you use an approximate filter (e.g., a Cuckoo Filter [1]), which they propose in DP-3T (II). With 20 …

  8. story
  9. story
  10. comment
    Comment #16482461

    For this year's contest, the task is to evaluate batches of database join queries on a set of pre-defined relations. The challenge is to execute the queries as fast as possible wit…

  11. story
  12. story
  13. comment
    Comment #14545829

    Cool stuff! We actually built a similar system to analyze the NYC taxi dataset (or any other geospatial dataset). We use the (PostgreSQL wire protocol compliant) HyPerSpace databas…