You are not logged in.
Pages: 1
@ab - in commit https://synopse.info/fossil/info/74003c3fdf8dcff7 about fixing GPF in TSQLTableJSON there is a performance impact (at last in my case, but I think I'm not alone).
In my program I avoid to change content of TSQLTableJSON - in 100% cases I create class using constructor TSQLTableJSON.Create(const aSQL, aJSON: RawUTF8) use it and destroy. So calculating a crc32c on every create is a overhead... On hi load production I did more when 1000 TSQLTableJSON.Create / sec.
Can GPF fix be changed a little to avoid crc32 overhead?
BTW - on which operating system you found this GPF?
Offline
Please check https://synopse.info/fossil/info/7e1a666c3b
about TSQLTableJSON performance optimization for single JSON use.
Offline
Pages: 1