Quantcast
Channel: ArangoDB
Viewing all articles
Browse latest Browse all 391

Weekly Newsletter, February 12, 2015

$
0
0

ArangoDB Releases

A maintenance release of ArangoDB is available. You can find a full list of changes in our change-log. Here are some of the changes:

  • Fixed multi-threading with openssl under Windows
  • Fixes timeout on socket operations when running under Windows

ArangoDB related (Drivers & more)

Cookbook and Tutorial

Questions on Stack Overflow

Answered:

Events

  • April 21-23, 2015 – Berlin, Germany: Netways

Article

Did you know?

You can create an index with collection.ensureIndex(index-description). There are some possible types you can choose for the index-description:

  • hash: a hash index
  • skiplist: a skiplist index
  • fulltext: a fulltext index
  • geo1 a geo index with one attribute
  • geo2: a geo index with two attributes
  • cap: a cap constraint

An example how the code could look like:

arango> db.example.ensureIndex({ type: "hash", fields: [ "name" ]});

If you want to know what else you can do, learn how to work with indexes.

Subscribe to our weekly newsletter


Viewing all articles
Browse latest Browse all 391

Latest Images

Trending Articles



Latest Images