Thanks, any plan to get that implemented?
Also just curious, if I create persistent index on array as given below, will
it be used while querying on tags with -> ['foo', 'bar'] ANY IN tags?
db.test.ensureIndex({type:"persistent", fields:["tags[*]"]})
On Tuesday, January 10, 2017 at 4:59:19 PM UTC+8, Claudius Weinberger wrote:
> Unfortunately not. Hash indexes are just in-memory atm.
>
>
> Am Dienstag, 10. Januar 2017 04:52:23 UTC+1 schrieb [email protected]:Hello,
> How can I persist a hash index? For eg.
> db.test.ensureIndex({type:"hash", fields:["tags[*]"]});
> db.test.ensureIndex({type:"persistent", fields:["tags[*]"]})
> does that work?
--
You received this message because you are subscribed to the Google Groups
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.