Live data from Hacker News

Viewing profile — tmcallaghan

tmcallaghan

HN member
Joined
Thu, Aug 23, 2012, 4:26 PM UTC
HN karma
1
Public activity
3 items

About tmcallaghan

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #8409311

    PostgreSQL indexes are b-trees, and thus will suffer the same performance drop on insert/update/delete as all other b-tree based databases (InnoDB for example). I've been meaning t…

  3. comment
    Comment #4800437

    I used 100 elements per document since I plan on benchmarking support for parallel array indexes using two array fields with 10 elements each.