[perf] Speed up doc_changes inserts: bindDefs, MAX_EXECUTE_MANY_ROWS, IGNORE_ROW_ON_DUPKEY_INDEX, cap 2-way concurrency; Fix bug 76277

This commit is contained in:
Sergey Konovalov
2025-08-08 13:46:13 +03:00
parent 3327be2bd6
commit bab7659f37
5 changed files with 111 additions and 28 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Creating schema
run: |
docker cp ./schema/oracle/createdb.sql oracle:/
docker exec oracle sqlplus -s onlyoffice/onlyoffice@//localhost/onlyoffice @/createdb.sql
docker exec oracle sqlplus -s onlyoffice/onlyoffice@//localhost/onlyoffice "@/createdb.sql"
- name: Run Jest
run: npm run "integration database tests"