Skip to content

Commit

Permalink
0001614: Parallelize the synchronization of triggers to improve
Browse files Browse the repository at this point in the history
performance in a system with lots of tables
  • Loading branch information
erilong committed Jul 11, 2016
1 parent 93465dd commit be96514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symmetric-assemble/src/asciidoc/appendix/sqllite.ad
Expand Up @@ -16,6 +16,7 @@ The SQLite dialect has the following limitations:
or set a max_batch_size on the CHANNEL table that will accommodate your transactional data.

* Due to the single threaded access to SQLite, the following parameter should be set to true: jobs.synchronized.enable.
The sync.triggers.thread.count.per.server parameter should be set to 1.

.Suported Data Types
|===
Expand Down

0 comments on commit be96514

Please sign in to comment.