CouchDB Writer Parameters
Database Connection
The Service URL of the CouchDB dataset to access. This can be
http://<host>:<port>/<root>[/<tablename>]
This parameter is required. The leading http:// is optional. Only the host name is required, usually followed by a port number. For example:
http://127.0.0.1:5984
mycouchddserver:5984
Enter the username and password to access the database, user account, or wherever authentication is required.
If no authentication is required, these parameters are optional.
Table Settings
- All_Users (default setting): Table will be modifiable by any user who is logged in.
- Admin_Users: Table will be modifiable only by administrative users.
- Public: Table will be modifiable by anyone, even those who are not logged into an account.
Advanced
This parameter determines how many features are pushed to the remote server at a time.
Setting a high value for the transaction size can result in increased performance, since there can be significant overhead associated with each network request.
This parameter determines whether or not newly created tables will be interpreted as containing valid GeoJSON.
If the new table is intended to contain other data in addition to GeoJSON, set this parameter to No. This parameter is disabled if Write Raw JSON is set to Yes.