feat(cache): 优化缓存系统并重构数据库连接管理
- 将Redis连接方式改为连接池模式,提升连接复用效率 - 修复缓存注释错误,统一标识数据库缓存逻辑 - 添加数据检索结果非空验证,避免空指针异常 - 在数据库操作中添加读写锁保护,确保并发安全性 - 实现数据库查询和执行操作的重试机制,增强稳定性 - 更新配置文件中的缓存和数据库设置,优化缓存策略 - 重构README文档,补充框架特性和性能测试数据 - 添加示例路由配置,完善快速入门指南
This commit is contained in:
@@ -0,0 +1,632 @@
|
||||
{"data":{"query":"SELECT TABLE_NAME as name,TABLE_COMMENT as label FROM INFORMATION_SCHEMA.TABLES WHERE `TABLE_SCHEMA` =? ;","table":"INFORMATION_SCHEMA.TABLES"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276211}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276221}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276224}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276228}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276231}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276234}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276238}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276241}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276244}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276245}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276248}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276250}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276254}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276256}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276260}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276263}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276265}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276268}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276270}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276274}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276276}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276280}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276284}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276287}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276291}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276294}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276297}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276301}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276304}
|
||||
{"data":{"query":"SELECT COLUMN_NAME AS name,COLUMN_TYPE AS type,COLUMN_COMMENT AS label,IS_NULLABLE AS must,COLUMN_DEFAULT AS dflt_value FROM INFORMATION_SCHEMA.COLUMNS WHERE `TABLE_NAME` =? AND `TABLE_SCHEMA` =? ORDER BY ORDINAL_POSITION ;","table":"INFORMATION_SCHEMA.COLUMNS"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025276307}
|
||||
{"data":{"concurrency":30,"iterations":10},"hypothesisId":"D","location":"main.go:db:start","message":"开始数据库并发测试","sessionId":"debug-session","timestamp":1769025282458}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282467}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282467}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282467}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282467}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282467}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282467}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282467}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282467}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282468}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282468}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282467}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282468}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282468}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282468}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282469}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282469}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282468}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282469}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282470}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282470}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282470}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282470}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282471}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282471}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282471}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282470}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282473}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282473}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282473}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282473}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282477}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282480}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282481}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282481}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282483}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282483}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282484}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282484}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282485}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282487}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282487}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282488}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282488}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282488}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282491}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282491}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282491}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282492}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282492}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282492}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282492}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282492}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282492}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282493}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282494}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282495}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282495}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282495}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282495}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282496}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282496}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282496}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282496}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282496}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282497}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282497}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282497}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282497}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282497}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282497}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282498}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282498}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282498}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282499}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282499}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282499}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282500}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282500}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282501}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282501}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282503}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282503}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282503}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282504}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282504}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282505}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282505}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282505}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282507}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282507}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282509}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282509}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282509}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282509}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282509}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282510}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282511}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282512}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282512}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282512}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282512}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282513}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282514}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282515}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282515}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282515}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282517}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282519}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282519}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282521}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282522}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282522}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282522}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282523}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282523}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282524}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282524}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282526}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282526}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282527}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282527}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282529}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282529}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282529}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282529}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282529}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282529}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282529}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282531}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282531}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282531}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282531}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282532}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282535}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282535}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282538}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282540}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282540}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282540}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282540}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282542}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282543}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282544}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282544}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282545}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282545}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282544}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282545}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282545}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282546}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282546}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282548}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282548}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282548}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282548}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282549}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282549}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282550}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282552}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282552}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282552}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282553}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282553}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282553}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282554}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282554}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282556}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282556}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282556}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282556}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282556}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282556}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282556}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282556}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282558}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282558}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282558}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282559}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282559}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282559}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282559}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282560}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282560}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282561}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282560}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282562}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282562}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282563}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282563}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282563}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282564}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282564}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282564}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282565}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282566}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282566}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282566}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282566}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282566}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282567}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282567}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282567}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282567}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282569}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282569}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282569}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282570}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282570}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282570}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282571}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282571}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282573}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282573}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282573}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282573}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282573}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282573}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282575}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282575}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282576}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282576}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282576}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282576}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282577}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282577}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282577}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282577}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282578}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282578}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282578}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282580}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282580}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282580}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282580}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282580}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282580}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282580}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282580}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282582}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282582}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282582}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282582}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282583}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282583}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282583}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282584}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282585}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282585}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282585}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282585}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282587}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282587}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282587}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282587}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282589}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282589}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282589}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282590}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282590}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282591}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282591}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282593}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282594}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282594}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282594}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282594}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282594}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282595}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282596}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282596}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282596}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282596}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282598}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282598}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282598}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282598}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282598}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282600}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282600}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282600}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282600}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282600}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282600}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282601}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282601}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282601}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282601}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282601}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282602}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282603}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282603}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282605}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282605}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282605}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282606}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282606}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282606}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282607}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282607}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282607}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282608}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282608}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282608}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282608}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282608}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282610}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282610}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282610}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282610}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282610}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282611}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282611}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282611}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282612}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282612}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282613}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282614}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282614}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282614}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282615}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282615}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282616}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282616}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282616}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282617}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282617}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282617}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282618}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282618}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282619}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282619}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282620}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282620}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282620}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282620}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282620}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282620}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282621}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282621}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282624}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282624}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282624}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282624}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282625}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282625}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282625}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282627}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282627}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282627}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282627}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282627}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282632}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282632}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282634}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282635}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282636}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282635}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282636}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282636}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282637}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282637}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282637}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282637}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282639}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282639}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282639}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282639}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282639}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282640}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282640}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282641}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282641}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282642}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282642}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282644}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282644}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282644}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282645}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282645}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282645}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282649}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282649}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282649}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282650}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282651}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282651}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282651}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282651}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282652}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282652}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282652}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282652}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282652}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282652}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282653}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282653}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282655}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282655}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282655}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282658}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282658}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282658}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282658}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282658}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282658}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282658}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282660}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282660}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282660}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282660}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282661}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282661}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282661}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282661}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282662}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282662}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282662}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282662}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282663}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282663}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282663}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282663}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282664}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282666}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282667}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282667}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282667}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282668}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282669}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282669}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282670}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282670}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282670}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282670}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282672}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282672}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282672}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282672}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282675}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282675}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282676}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282676}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282676}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282676}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282677}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282677}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282678}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282678}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282679}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282679}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282679}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282680}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282680}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282680}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282682}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282682}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282682}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282682}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282682}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282683}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282682}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282683}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282683}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282684}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282684}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282686}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282686}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282686}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282686}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282687}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282687}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282687}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282687}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282690}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282690}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282690}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282690}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282691}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282691}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282691}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282692}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282692}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282692}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282692}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282693}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282693}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282693}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282695}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282695}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282695}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282695}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282696}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282697}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282697}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282698}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282698}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282698}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282698}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282700}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282700}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282700}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282701}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282701}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282701}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282701}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282703}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282703}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282703}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282703}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282703}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282704}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282704}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282704}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282704}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282706}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282707}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282707}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282708}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282709}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282709}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282709}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282711}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282711}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282711}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282712}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282712}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282713}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282713}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282714}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282714}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282714}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282714}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282714}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282715}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282716}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282718}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282719}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282719}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282719}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282719}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282719}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282721}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282722}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282722}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282723}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282723}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282723}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282724}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282724}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282724}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282724}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282725}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282727}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282727}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282727}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282729}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282730}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282731}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282731}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282733}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282733}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282733}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282734}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282734}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282734}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282736}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282736}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282736}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282737}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282740}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282740}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282740}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282740}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282741}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282741}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282742}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282742}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282743}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282744}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282745}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282745}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282745}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282746}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282746}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282747}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282747}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282747}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282748}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282748}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282750}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282750}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282750}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282753}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282753}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282755}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282757}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282760}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282760}
|
||||
{"data":{"table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Insert:exec","message":"执行Insert","sessionId":"db-debug","timestamp":1769025282763}
|
||||
{"data":{"query":"SELECT * FROM `test_concurrent` WHERE `id` =? LIMIT 1 ;","table":"test_concurrent"},"hypothesisId":"J","location":"hotimedb.go:Select:db_query","message":"执行数据库查询","sessionId":"db-debug","timestamp":1769025282767}
|
||||
{"data":{"duration_ms":303,"errorCount":0,"successCount":300,"total":300},"hypothesisId":"D","location":"main.go:db:end","message":"数据库并发测试完成","sessionId":"debug-session","timestamp":1769025282770}
|
||||
@@ -0,0 +1,168 @@
|
||||
---
|
||||
name: 集成请求参数获取方法
|
||||
overview: 在 context.go 中为 Context 结构体添加五个请求参数获取方法:ReqData(统一获取)、ReqDataParams(URL参数)、ReqDataJson(JSON Body)、ReqDataForm(表单数据)、ReqFile(获取上传文件)。
|
||||
todos:
|
||||
- id: add-imports
|
||||
content: 在 context.go 中添加 bytes、io、mime/multipart 包的导入
|
||||
status: completed
|
||||
- id: impl-params
|
||||
content: 实现 ReqParam/ReqParams 方法(获取 URL 参数,返回 *Obj)
|
||||
status: in_progress
|
||||
dependencies:
|
||||
- add-imports
|
||||
- id: impl-form
|
||||
content: 实现 ReqForm/ReqForms 方法(获取表单数据,返回 *Obj)
|
||||
status: pending
|
||||
dependencies:
|
||||
- add-imports
|
||||
- id: impl-json
|
||||
content: 实现 ReqJson/ReqJsons 方法(获取 JSON Body,返回 *Obj)
|
||||
status: pending
|
||||
dependencies:
|
||||
- add-imports
|
||||
- id: impl-file
|
||||
content: 实现 ReqFile/ReqFiles 方法(获取上传文件)
|
||||
status: pending
|
||||
dependencies:
|
||||
- add-imports
|
||||
- id: impl-reqdata
|
||||
content: 实现 ReqData/ReqDatas 方法(统一获取,返回 *Obj)
|
||||
status: pending
|
||||
dependencies:
|
||||
- impl-params
|
||||
- impl-form
|
||||
- impl-json
|
||||
---
|
||||
|
||||
# 集成请求参数获取方法
|
||||
|
||||
## 实现位置
|
||||
|
||||
在 [`context.go`](context.go) 中添加请求参数获取方法,**风格与 `Session("key")` 保持一致,返回 `*Obj` 支持链式调用**。
|
||||
|
||||
## 新增方法
|
||||
|
||||
### 1. ReqParam - 获取 URL 查询参数(返回 *Obj)
|
||||
|
||||
```go
|
||||
// 获取单个参数,支持链式调用
|
||||
func (that *Context) ReqParam(key string) *Obj {
|
||||
// that.ReqParam("id").ToStr()
|
||||
// that.ReqParam("id").ToInt()
|
||||
}
|
||||
|
||||
// 获取所有 URL 参数
|
||||
func (that *Context) ReqParams() Map
|
||||
```
|
||||
|
||||
### 2. ReqForm - 获取表单数据(返回 *Obj)
|
||||
|
||||
```go
|
||||
// 获取单个表单字段
|
||||
func (that *Context) ReqForm(key string) *Obj {
|
||||
// that.ReqForm("name").ToStr()
|
||||
}
|
||||
|
||||
// 获取所有表单数据
|
||||
func (that *Context) ReqForms() Map
|
||||
```
|
||||
|
||||
### 3. ReqJson - 获取 JSON Body(返回 *Obj)
|
||||
|
||||
```go
|
||||
// 获取 JSON 中的单个字段
|
||||
func (that *Context) ReqJson(key string) *Obj {
|
||||
// that.ReqJson("data").ToMap()
|
||||
// that.ReqJson("count").ToInt()
|
||||
}
|
||||
|
||||
// 获取完整 JSON Body
|
||||
func (that *Context) ReqJsons() Map
|
||||
```
|
||||
|
||||
### 4. ReqFile - 获取上传文件
|
||||
|
||||
```go
|
||||
func (that *Context) ReqFile(name string) (multipart.File, *multipart.FileHeader, error)
|
||||
func (that *Context) ReqFiles(name string) ([]*multipart.FileHeader, error)
|
||||
```
|
||||
|
||||
### 5. ReqData - 统一获取参数(返回 *Obj)
|
||||
|
||||
```go
|
||||
// 统一获取(JSON > Form > URL),支持链式调用
|
||||
func (that *Context) ReqData(key string) *Obj {
|
||||
// that.ReqData("id").ToStr()
|
||||
}
|
||||
|
||||
// 获取所有合并后的参数
|
||||
func (that *Context) ReqDatas() Map
|
||||
```
|
||||
|
||||
## 需要的导入
|
||||
|
||||
```go
|
||||
import (
|
||||
"bytes"
|
||||
"io"
|
||||
"mime/multipart"
|
||||
)
|
||||
```
|
||||
|
||||
## 关键实现细节
|
||||
|
||||
1. **Body 只能读取一次的问题**:读取 Body 后需要用 `io.NopCloser(bytes.NewBuffer(body))` 恢复,以便后续代码(如其他中间件)还能再次读取
|
||||
|
||||
2. **废弃 API 替换**:使用 `io.ReadAll` 替代已废弃的 `ioutil.ReadAll`
|
||||
|
||||
3. **多值参数处理**:当同一参数有多个值时(如 `?id=1&id=2`),存储为 `Slice`;单值则直接存储字符串
|
||||
|
||||
## 使用示例
|
||||
|
||||
```go
|
||||
appIns.Run(Router{
|
||||
"app": {
|
||||
"user": {
|
||||
"info": func(that *Context) {
|
||||
// 链式调用获取单个参数(类似 Session 风格)
|
||||
id := that.ReqData("id").ToInt() // 统一获取
|
||||
name := that.ReqParam("name").ToStr() // URL 参数
|
||||
age := that.ReqForm("age").ToCeilInt() // 表单参数
|
||||
data := that.ReqJson("profile").ToMap() // JSON 字段
|
||||
|
||||
// 获取所有参数(返回 Map)
|
||||
allParams := that.ReqDatas() // 合并后的所有参数
|
||||
urlParams := that.ReqParams() // 所有 URL 参数
|
||||
formData := that.ReqForms() // 所有表单数据
|
||||
jsonBody := that.ReqJsons() // 完整 JSON Body
|
||||
|
||||
that.Display(0, Map{"id": id, "name": name})
|
||||
},
|
||||
"upload": func(that *Context) {
|
||||
// 获取单个上传文件
|
||||
file, header, err := that.ReqFile("avatar")
|
||||
if err == nil {
|
||||
defer file.Close()
|
||||
// header.Filename - 文件名
|
||||
// header.Size - 文件大小
|
||||
}
|
||||
|
||||
// 获取多个同名上传文件
|
||||
files, err := that.ReqFiles("images")
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
```
|
||||
|
||||
## 风格对比
|
||||
|
||||
| 旧方式(需要类型断言) | 新方式(链式调用) |
|
||||
|
||||
|------------------------|-------------------|
|
||||
|
||||
| `req["id"].(string) `| `that.ReqData("id").ToStr()` |
|
||||
|
||||
| `ObjToInt(req["id"]) `| `that.ReqData("id").ToInt()` |
|
||||
|
||||
| 需要手动处理 nil | `*Obj` 自动处理空值 |
|
||||
Reference in New Issue
Block a user