diff options
| author | Damien Regad <dregad@mantisbt.org> | 2020-01-25 22:59:53 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2020-01-25 23:02:13 +0100 |
| commit | 517c8adc141d9375079729d0cf04deb8c6840113 (patch) | |
| tree | a19ec9bb07a89ded643144403bdaff220b3aad86 /docs/changelog.md | |
| parent | 633c29fd8356b482d32a90dee1e918bdd97f54f4 (diff) | |
| parent | 8a4797dc7f0bdaa35b4119a2ce49b4e1110cbda6 (diff) | |
| download | adodb-517c8adc141d9375079729d0cf04deb8c6840113.tar.gz adodb-517c8adc141d9375079729d0cf04deb8c6840113.tar.bz2 adodb-517c8adc141d9375079729d0cf04deb8c6840113.zip | |
New Load Balancer feature
First version of this class that allows the user to do read/write
splitting and load balancing across multiple connections. It can handle
and load balance any number of master or slaves (multi-master or
master/slave), including dealing with connection failures with minimal
changes to their existing application and ADOdb itself.
Of course once a transaction starts all queries "stick" to that
connection until it ends, at which point load balancing/query splitting
resumes again.
Example usage is in the file itself.
Thanks to @Mike-Benoit
Fixes #111
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index ff4f24ee..3a0c4166 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -97,6 +97,7 @@ Older changelogs: - xml: support table 'opt' attribute with mysqli. #267 - xml: add support for 'DESCR' tags for tables/fields. #265 - xml: fix invalid xmlschema03.dtd and descr tag in session schema XML. #595 +- loadbalancer (new feature): read/write splitting and load balancing across multiple connections, thanks to Mike Benoit. #111 ## 5.20.16 - 12-Jan-2020 |
