Viewing profile — fceller
fceller
HN member- Joined
- Thu, Nov 20, 2014, 7:08 PM UTC
- HN karma
- 137
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About fceller
Recent public activity
- story
- story
-
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…
-
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…
- story
- story
- story
- story
- story
- story
- story
- comment
-
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.
-
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…
-
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…
-
comment
Comment #11961953
yes, using 1000 shards would work. Eventually, we will also support splitting shards.
-
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…
-
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…
- story
-
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.…
-
comment
Comment #11111042
Another reason is Windows. Even READLINE breaks when used on Windows with UTF-8 characters.
-
comment
Comment #11110422
Or maybe meant as a pun?
-
comment
Comment #11110367
I would love to see contributions improving LINENOISE NG in this direction.
-
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).
-
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.