shard-crystal-db/spec/manual
Brian J. Cardiff c106775ea9
Simplifications and performance improvements (#200)
* Add pool_concurrency_test manual spec

Add MT connection count without Mutex

* Drop checkout_some, simpler pool_prepared statement

* Make pool statement a struct

* Drop StringKeyCache mutex

The StringKeyCache is now only used inside a connection. It's assumed that connections are not used concurrently with multiple queries.

* Drop do_close in pool statements

* Add specs and update comment

* Fix typo
2023-12-08 19:06:41 -03:00
..
load_test.cr Fix max_idle_pool_size race condition (#186) 2023-07-31 11:04:18 -03:00
pool_concurrency_test.cr Simplifications and performance improvements (#200) 2023-12-08 19:06:41 -03:00