4 Commits

Author SHA1 Message Date
Hlib Omelchenko
4f643a51af
docs: fix spacing (#11052) 2025-01-05 21:34:40 +01:00
Harry Brundage
72b1d1b865
feat: ability to change default replication mode (#10419)
* Add a replication test suite

* Allow overriding the default destination for read queries when using replication

For many applications that want to use read slaves, data consistency isn't super important, and so all reads can be sent by default to a read slave. For some applications though, it's only select queries that can be sent to read slaves as end-users of the application expect data consistency almost everywhere. This new setting lets apps like those change the default such that query builders need to opt *in* to sending to a read slave, instead of opt out.
2023-12-29 19:06:58 +05:00
Murali
8740adbe9e
docs: update usage of query runner with query builder (#10093)
Co-authored-by: Murali <murali.kambhampati@agxworld.com>
2023-08-19 17:20:37 +05:00
Umed Khudoiberdiev
ce5973c917 renamed wrong documentation filename 2022-03-21 18:54:45 +05:00