Harold Miao

Results 10 issues of Harold Miao

hi @patrickallaert would you consider to add time consumption for every function call in a request? like xhprof .

hi @patrickallaert a complete APM contain a DB monitor, do you have any plan in this area?

enhancement

hi @winlinvip thanks for the excellent project, you mean rewrite from srs, so could give the complete roadmap?

question

hi the file mode may cause to write file error ``` go outputfile, err = os.OpenFile(outputfile_path, os.O_CREATE|os.O_TRUNC, 0644) ```

Could you fix it ?

对于下面的代码, 它会打印 strpos栈 200次,显然对性能影响极大,有没有办法控制打印的次数呢 ``` php function test() { for ($idx = 0; $idx < 200; $idx++) { strpos("You love php, I love php too!","php"); } } ```

question

I found update statment can not set condition 2023/10/23 01:04:00 /xx/pkg/model/mapper.go:40 WHERE conditions required [1.433ms] [rows:0] UPDATE `t_orders` SET `status`=1,`updated_at`='2023-10-23 01:04:00.152'

Hello, is there a plan to support querying the hive table? In our business scenario, we need to process a large amount of hive table data, and we hope to...

## Describe the bug 2024-10-21T06:39:03.101138Z WARN runtime: Unable to attach data connector file: Unable to create dataset acceleration: Acceleration creation failed: Unable to create table: External error: Unable to create...