Skip to content

Possible documentation improvements #35

Answered by coronabytes
andyzukunft asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

  • Realm is only specified once in the connection string, which prepends "prod-" "dev-" for all databases used by the arango context
  • the first parameter for most of the functions is the database name without realm
    • we typically have a master db and one foreach tenant
    • thus when listing all dbs in arango we have prod-master prod-1 prod-2 dev-master ...
    • I agree that it makes it more complicated if you only ever use a single db
  • we use DevExtreme DataGrids and have an adapter for that and it just uses regulär "Skip + Take" -> LIMIT 10, 20
    • for really large datasets that you want to stream to the client 100k+ docs there is the Stream Query + Lazy option
  • We use this driver in two comercial…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by coronabytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #33 on December 21, 2021 16:45.