耍酷金鱼

文章
4
资源
0
加入时间
3年0月9天

elasticsearch7date字段ConversionException

org.springframework.data.elasticsearch.core.convert.ConversionException: Unable to parse date value '2021-11-07' of property 'SupplySourceCodeIndex.packageTime' with configured converters at org.springframework.data.elasticsearch.core.mapping.SimpleE

canel

http://www.oschina.net/p/canal

如何查找性能最差的SQL语句

--总耗时最长SELECT TOP 10 total_worker_time / 1000 AS N'总消耗CPU 时间(ms)' , execution_count N'运行次数' , qs.total_worker_time / qs.execution_count / 1000 AS N'平均消耗CPU 时间(ms)' , la