1.7.7 Parameters Changes
Configuration files
New files
None
Files Change
- The configuration file
notifications.json
has been updated
Parameters
New Parameters
topology.change.autocommit
. Default value : false. Automatically commit a table if the topology of the cluster has changedcommit.index.poolsize
. Default value :cores
. Number of threads for committing in-memory index.commit.bucket.poolsize
. Default value :cores
/ 2. Number of threads for committing bucket index.
Parameters change
- galactica.conf
nodes.yarn.requested
has been renamed intonodes.requested
Rights/Privileges Modification
- Rights on tables: ADD INDEX & DROP INDEX commands now require OWNER rights (previously SELECT rights)
- Rights on schemas have been modified