在MySQL数据库服务中查看MySQL文档存储查询
With local or on-premise instances of MySQL, we can use the general_log to view the queries that are executed when we make calls to the MySQL Document Store API. This approach, however, does not...
本文介绍了如何在MySQL Database Service (MDS)实例中查看使用MySQL Document Store API时运行的底层查询。通过设置performance_schema,获取线程ID,并查看实际执行的查询,可以更好地管理文档存储。