759085503

Results 7 comments of 759085503

数据库类型mysql

![image](https://user-images.githubusercontent.com/26373061/159433428-b3abb6a7-6ce4-4215-8c79-dc0c6ac4b3b0.png) Ok, so let's say again, what I'm using here is a schematic of Dapper versus EF Code

I have debugged your source code, it is slow to reflect entities, as long as there are many columns will have this slow problem, if I return fewer columns is...

![image](https://user-images.githubusercontent.com/26373061/159434749-833c849b-38fa-4634-8023-f8404e7f5596.png)

你好,感觉3.0.2.2的版本并没有处理好,可能是我的表结构跟你们的不一样导致的。我使用你们的测试工具写入1000个点(子表)10000W数据感觉你们的很性能效果正常。我的表结构写到这个量级1000个点(子表)10000W后明显的不如你们的。我的表结构如下: create database if not exists database CACHEMODEL 'both'; create table if not exists database.dataTable (ts timestamp, tagValue double) tags (tagName nchar(30),description nchar(50),unit nchar(50)); 我尝试把description 跟unit 拿掉后,性能跟你们的差不多。我想知道这个是啥原因(2.6的版本依然正常,3.0.2.2的这个表结构解释不行),希望你们使用我这种表结构试试。

不好意思,好像账号登录的有点问题,我就是【[bkcxiaop](https://github.com/bkcxiaop)】博主。

请问是我哪里弄得不对吗