{"id":1912,"date":"2012-12-13T19:18:11","date_gmt":"2012-12-14T00:18:11","guid":{"rendered":"http:\/\/hstore.cs.brown.edu\/?page_id=1912"},"modified":"2013-01-05T15:48:16","modified_gmt":"2013-01-05T20:48:16","slug":"setconfiguration","status":"publish","type":"page","link":"https:\/\/hstore.cs.brown.edu\/documentation\/system-procedures\/setconfiguration\/","title":{"rendered":"@SetConfiguration"},"content":{"rendered":"
Change the value of a list of HStoreConf parameters in the entire H-Store cluster. The changes will be sent to each HStoreSite and then validate that the current value is the same at all of them.<\/p>\n
Please note that this operation is primarily used for benchmarking experiments and is not guaranteed to be consistent. That is, if the system procedure transaction fails at one HStoreSite, the HStoreConf changes made will not be rolled back at each site. Furthermore, the changes made by this procedure are not durable. When the system is restarted, the HStoreConf parameters will revert back to their default values and the values defined in the H-Store configuration file.<\/p>\n
Not all parameters support being changed dynamically at run time, as this could put the database in an invalid state. Any class that implements the internal Configurable<\/a> interface will be changed by this system procedure but not all of their parameters will updated.<\/p>\nInput Parameters<\/h3>\n
Name<\/th>\n | Type<\/th>\n | Description<\/th>\n<\/tr>\n | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CONF_NAMES<\/td>\n | String[]<\/td>\n | The list of the HStoreConf parameter to modify at each node in the cluster.<\/td>\n<\/tr>\n | |||||||||||||
CONF_VALUES<\/td>\n | String[]<\/td>\n | The list of the HStoreConf parameter values to assign to the confNames<\/tt>.<\/td>\n<\/tr>\n<\/table>\nReturn Values<\/h3>\n
|