Live data from Hacker News

Viewing profile — dan31

dan31

HN member
Joined
Tue, Sep 08, 2015, 1:15 PM UTC
HN karma
0
Public activity
4 items

About dan31

No profile information was provided.

Recent public activity

  1. comment
    Comment #14052015

    No plumbing is required in modern architectures such these of SAP HANA, Starcounter, or Tarantool. When the application server and database are combined, the access control is arbi…

  2. comment
    Comment #12307617

    Many web apps are indeed suited as a logic sprinkled atop several *aaS endpoints. Music streaming, social networking, collaboration and such. This client-side logic can be made to …

  3. comment
    Comment #10489264

    The question here is really "When do you need distributed transactions"? One of misuses is when one cannot achieve enough performance on a single node. E.g., one builds a system se…

  4. comment
    Comment #10185587

    Compressed representation isn't a trade-off but a win-win very often. When you do in-memory data structures like graphs or automata, you can perform searches times faster if you go…