Viewing profile — tmcallaghan
tmcallaghan
HN member- Joined
- Thu, Aug 23, 2012, 4:26 PM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About tmcallaghan
No profile information was provided.
Recent public activity
- story
-
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…
-
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.