Live data from Hacker News

Viewing profile — acehyzer

acehyzer

HN member
Joined
Mon, Aug 03, 2015, 4:28 PM UTC
HN karma
39
Public activity
8 items

About acehyzer

No profile information was provided.

Recent public activity

  1. comment
    Comment #15523355

    Coincidentally, it is also a short name for the home assistant software in English.

  2. comment
    Comment #12089940

    Does not support net neutrality. Game over for me.

  3. comment
    Comment #11458227

    It happens pretty much real time. While using cURL or the .NET client it doesn't return a response until the indexing is finished. You can verify this by querying your index for so…

  4. comment
    Comment #11458057

    The bulk index API is very fast, I initially tried converting all the records into 7 separate JSON files with ~400k records each and passed them to elastic using cURL and the bulk …

  5. comment
    Comment #11457974

    Yeah I don't disagree with you there. I tested the memory consumption on one chunk before I went whole hog and did the whole data set. You certainly don't need to do 50k at a time,…

  6. comment
    Comment #11457927

    It took me about 20 minutes to index 2.7M records. It was pulling from 3 tables using joins, and using the .Net NEST client.

  7. comment
    Comment #11457723

    Elasticsearch is awesome. It may be a good idea to use the bulk API that is built into elasticsearch, use some joins in your SQL query, and index more than just one record at a tim…

  8. comment
    Comment #10035605

    If I put this into my company's tests, we'd end up with no users... I have a lot of work ahead of me. :/