You can use several `FILTER / AND` clauses in your AQL queries for your point 2). See: https://docs.arangodb.com/3.4/AQL/Operations/Filter.html
On Thursday, December 27, 2018 at 8:34:35 AM UTC+1, Naresh Kancharla wrote: > > Hi All, > > I am evaluating ArangoDB for my project. Broadly we have below > requirement for the data. > > 1) Graphical representation of data. > 2) Slice and Dice on the data. ( Meaning queries with different where > clauses to fetch data) > 3) Store relational data (example Users, RBAC, Tokens etc) > > One solution would be use 2 DB's. Postgres as general purpose database > for querying data with multiple where clauses and use Graph DB for > graphical queries. > > But I would like to explore if one DB works for my use cases. I am > planning to evaluate Arango for the same. > > I am little concerned on point 2. Does Arango provides indexing to fetch > data with multiple where clauses ? > > To begin with I don't have scale. Will be starting with few hundreds of > records. > > Also GraphQL supported APIs will be exposed for the end users. > > Thanks, > Naresh. > -- 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.
