mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[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:
2
.github/workflows/oracleDatabaseTests.yml
vendored
2
.github/workflows/oracleDatabaseTests.yml
vendored
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user