Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一种普遍接受的方式来处理 python 代码中的 MySQL 从数据库故障转移?
SQLAlchemy 连接池(或其他方法)是否有任何好的包装器,它们知道副本并可以自动切换到它们?是否有可以执行此操作的 DB-API 游标的标准包装器?
我记得在 PHP 中使用了一个 Memcached 库来实现这种行为(你给它一个 memcached 主机列表,它会跟踪哪些主机已关闭)。是否有任何可接受的方式使用我缺少的 python 和 MySQL 执行此操作?