markose
markose
I also need to write multiple records to the database. If I understand it correctly, there is no support for multi-inserts in sqlx yet. I have tried the following and...
@itsfarseen Thanks for advice. The "problem" occurred in the release build. It is also not the Rust logic, but the statement itself that takes so much time. I know it...
I'm talking about this warning, which appears very often. ``` [2021-07-24T16:00:05Z WARN sqlx::query] INSERT INTO resources_index (path, …; rows: 0, elapsed: 1.516s INSERT INTO resources_index ( path, viewname, fieldname, fieldvalue,...
@abonander Thanks a lot for your help! I will test this. Also I will change implementation to `tokio::sync::RwLock`, maybe I can completely remove this Arc.
I've removed the hash (MD5 over all fields), which was used as ID for the row to speed up Inserts. Unfortunately, I now have the problem with the `DELETE`. I...
@pauldorehill I have also thought about an exclusive lock. Thank you. I will try this.
Hello. First of all thank you very much for this awesome library!!! We are also interested in liveness recognition and I've tried some estimates based on aspect ratio calculation. Unfortunately...
Thank you very much for the quick response!!! If I can train a good model, I'll post it here.
I've created a quantizized model and the corresponding manifest.json. Could you describe in short what I have to do, to load that model? Do I have to write another loader...
This is the error message in buildlog: ``` dpkg-buildpackage: info: source package dbsync2 dpkg-buildpackage: info: source version 1.2 dpkg-buildpackage: info: source distribution bionic dpkg-source --before-build dbsync2-1.2 dpkg-buildpackage: info: host architecture...