Live data from Hacker News

Viewing profile — fceller

fceller

HN member
Joined
Thu, Nov 20, 2014, 7:08 PM UTC
HN karma
137
Public activity
48 items

About fceller

[ my public key: https://keybase.io/fceller; my proof: https://keybase.io/fceller/sigs/zBDUO-jPAKMKDZmfsX1xbkqFwDFv2Zb2eKJf_q5Euq8 ]

Recent public activity

  1. story
  2. story
  3. comment
    Comment #16412453

    Thanks a lot for the suggestion. We have used http://pgtune.leopard.in.ua I have appended the resulting config. The result is that the default config is already very good for our b…

  4. comment
    Comment #14812749

    Hi, it's Frank from ArangoDB. We have now included the starter in the package. It is now possible to start a cluster with a single command line. For example, to start a test cluste…

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
  13. comment
    Comment #13032482

    You can active the dev mode for a Foxx app. This way any change will be directly visible without the need of replace.

  14. comment
    Comment #13032074

    We are closely monitoring the development. Not being a Java database, we cannot run Java queries natively. Tinkerpop3 has added some hooks for non-Java, but it would still very har…

  15. comment
    Comment #11963569

    You can use the Foxx framework to create a REST api that suits your needs. There is also a community project for an ORM, see https://github.com/arangodb/arangojs/issues/215 However…

  16. comment
    Comment #11961953

    yes, using 1000 shards would work. Eventually, we will also support splitting shards.

  17. comment
    Comment #11961386

    Hi, I'm Frank from ArangoDB. You should create a number of shards that is much higher than your initial number of servers. ArangoDB can cope with multiple shards per server. This w…

  18. comment
    Comment #11960803

    We are evaluating various possibilities, how to implement streaming queries in an efficient and scalable way. For instance, are restrictions to the general AQL necessary for such q…

  19. story
  20. comment
    Comment #11111944

    That is one of the reason, why I renamed it the LINENOISE NG. The interface is compatible with the original LINENOISE, but it works on linux, Mac and Windows and it supports UTF-8.…

  21. comment
    Comment #11111042

    Another reason is Windows. Even READLINE breaks when used on Windows with UTF-8 characters.

  22. comment
    Comment #11110422

    Or maybe meant as a pun?

  23. comment
    Comment #11110367

    I would love to see contributions improving LINENOISE NG in this direction.

  24. comment
    Comment #11110353

    +1 There are even a lot of other OPEN SOURCE projects with licenses (Apache, BSD) which cannot use readline because of their restricted GPL (instead of LGPL).

  25. comment
    Comment #11110340

    Why? I assume there are good reasons for not being GPL. Redis for example is BSD. But it cannot use readline because of it is not LGPL.