Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cluster options to DatabaseApiClient #293

Closed
DiscoPYF opened this issue Oct 21, 2020 · 0 comments · Fixed by #394
Closed

Add cluster options to DatabaseApiClient #293

DiscoPYF opened this issue Oct 21, 2020 · 0 comments · Fixed by #394
Assignees
Labels
ArangoDB 3.6 Identify issues for supporting ArangoDB 3.6 enhancement New feature or request

Comments

@DiscoPYF
Copy link
Collaborator

From "What's new in ArangoDB 3.6":

"The database creation API now provides the replicationFactor , writeConcern and sharding
attributes. All these attributes are optional, and only meaningful in a cluster.
The values provided for the attributes replicationFactor and writeConcern will be used as
default values when creating collections in that database, allowing to omit these attributes when
creating collections. However, the values set here are just defaults for new collections in the
database. The values can still be adjusted per collection when creating new collections in that
database via the web UI, the arangosh or drivers.

In an Enterprise Edition cluster, the sharding attribute can be given a value of "single", which will
make all new collections in that database use the same shard distribution and use one shard by
default. This can still be overridden by setting the values of distributeShardsLike when
creating new collections in that database via the web UI, the arangosh or drivers."

https://www.arangodb.com/docs/stable/http/database-database-management.html#create-database

@DiscoPYF DiscoPYF added ArangoDB 3.6 Identify issues for supporting ArangoDB 3.6 enhancement New feature or request labels Oct 21, 2020
@tjoubert tjoubert self-assigned this Jun 23, 2022
@DiscoPYF DiscoPYF linked a pull request Aug 5, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ArangoDB 3.6 Identify issues for supporting ArangoDB 3.6 enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants