Commit Graph

24 Commits

Author SHA1 Message Date
a131040c2c Moved all limitations to Limitations.md
This removes duplicate information and keeps the list of limitations
in a central place.
2016-03-09 15:00:53 +02:00
62cf248702 Updated documentation about multi-statements
The readwritesplit documentation now explains the multi-statement behavior in
more detail and provides information about situations where the default
multi-statement behavior can be disabled.
2016-03-03 15:05:28 +02:00
1af26c0af6 Added configurable multistatement behavior
Whether all queries should be routed to the master after a multistatement
query is executed can now be controlled with the `strict_multi_stmt` option.

When the option is disabled queries executed after a multistatement query will
be routed normally.
2016-03-01 10:45:08 +02:00
062373d8da Added missing schemarouter parameter documentation
The `ignore_databases` and `ignore_databases_regex` were missing from
the schemarouter documentation.
2016-02-12 21:19:38 +02:00
62a268a48c Moved description of weightby to the correct section.
The description was in router options instead of optional parameters.
2016-01-11 17:34:36 +02:00
36bf4ee0ce Cleaned up documentation
Fixed spelling mistakes, cleaned up formatting and added missing links.
2016-01-08 11:02:12 +02:00
d8391bd0cd MXS-451: Made documentation clearer about slave_selection_criteria
The documentation for readwritesplit now clearly states that only connections
from MaxScale are taken into consideration when slaves are being selected.
2016-01-04 18:40:01 +02:00
de7f93403f MXS-452: Updated readwritesplit documentation
The documentation now mentions that weightby works with readwritesplit and
links to the configuration guide for more information.
2016-01-04 18:40:01 +02:00
a60987889e Added binlogrouter documentation
The binlogrouter now has its own document in the Routers folder.
2015-12-03 17:12:38 +02:00
d475d2e9b7 Cleaned up Configuration Guide
Removed duplicates and moved parts of the CLI and Debug CLI documents to their own files.
2015-12-02 15:39:05 +02:00
1840937585 Updated readwritesplit default values
The combination of only one slave being used and the slave_selection_criteria
being LEAST_CURRENT_OPERATIONS can possibly cause a connection pileup on one
slave server. This would skew the query distribution heavily towards the first
available slave even if multiple slave were being used.

Having the maximum number of slave servers to be equal to the total amount of
available slaves allows for a more even and responsive distribution of the
query traffic.
2015-11-20 05:57:51 +02:00
02954f717e Fixed spelling mistakes in documentation. 2015-11-13 10:39:21 +02:00
dab5c7598d Cleaned up the readwritesplit documentation. 2015-10-22 15:26:41 +03:00
8bc81b2ad1 Changed the way max_sescmd_history works and combined disable_sescmd_history and disable_slave_recovery.
Before these changes when max_sescmd_history was used the session
was closed when the limit was exceeded. With this change, when the
limit is exceeded the recovery of slaves and the session command history
are both disabled. This will allow the sessions to continue while still
keeping the old functionality of limited salve replacement.

The disable_sescmd_history and disable_slave_recovery parameters were combined
so that disabling the session command history will also disable slave recovery.
This way no harm can be done with disable_sescmd_history.
2015-09-29 12:03:22 +03:00
80882ff451 Fixed typos in documentation. 2015-08-28 12:54:38 +03:00
ffd52ae52b Fixed documentation. 2015-08-28 12:54:38 +03:00
21c36a484f Fixed markdown table. 2015-08-28 12:54:38 +03:00
69160c1b62 Added documentation about refresh_databases and refresh_interval options. 2015-08-28 12:54:38 +03:00
0832708b38 Updated documentation. 2015-08-25 16:35:25 +03:00
c35ff23847 Merge branch 'master' into schemarouter_refresh 2015-07-20 11:42:43 +03:00
feeb4c590b Merge branch 'release-1.2'
Conflicts:
	Documentation/Documentation-Contents.md
2015-07-15 16:34:27 +03:00
e84f02db92 Merge branch 'release-1.2' into schemarouter_refresh 2015-07-13 19:10:05 +03:00
211474563c Fixed links. 2015-07-09 23:52:31 +03:00
f21d08be4a Added template cnf file to /etc and renamed folders. 2015-07-09 14:41:23 +03:00