File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919* Possible deadlock on cassandra.concurrent.execute_concurrent (PYTHON-768)
2020* Add some known deprecated warnings for 4.x (PYTHON-877)
2121* Remove copyright dates from copyright notices (PYTHON-863)
22+ * Remove "Experimental" tag from execution profiles documentation (PYTHON-840)
2223
23243.12.0
2425======
Original file line number Diff line number Diff line change 1- Execution Profiles (experimental)
2- =================================
1+ Execution Profiles
2+ ==================
33
4- Execution profiles are an experimental API aimed at making it easier to execute requests in different ways within
4+ Execution profiles aim at making it easier to execute requests in different ways within
55a single connected ``Session ``. Execution profiles are being introduced to deal with the exploding number of
66configuration options, especially as the database platform evolves more complex workloads.
77
8- The Execution Profile API is being introduced now, in an experimental capacity, in order to take advantage of it in
9- existing projects, and to gauge interest and feedback in the community. For now, the legacy configuration remains
10- intact, but legacy and Execution Profile APIs cannot be used simultaneously on the same client `` Cluster `` .
8+ The legacy configuration remains intact, but legacy and Execution Profile APIs
9+ cannot be used simultaneously on the same client `` Cluster ``. Legacy configuration
10+ will be removed in the next major release (4.0) .
1111
1212This document explains how Execution Profiles relate to existing settings, and shows how to use the new profiles for
1313request execution.
You can’t perform that action at this time.
0 commit comments