[MXS-1136] Cache: Smarter handling of transactions Created: 2017-02-10 Updated: 2017-03-01 Resolved: 2017-03-01 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | cache |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | Cache Improvements |
| Sprint: | 2017-28 |
| Description |
|
Currently the cache is used and populated only in conjunction with explicitly read only transactions, or if an explicit transaction is not used and autocommit is on. During a non-read only transaction It would be possible to use and populate the cache until the first non-SELECT. |