View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003823 | SymmetricDS | Improvement | public | 2018-12-07 20:51 | 2019-01-09 22:00 |
Reporter | mmichalek | Assigned To | mmichalek | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.9.0 | ||||
Target Version | 3.9.16 | Fixed in Version | 3.9.16 | ||
Summary | 0003823: Improve performance and accuracy of DDL retrieval of Oracle Indexes | ||||
Description | The "readIndecies" phase of loading a table on Oracle was found to take 1-2 seconds at times during Oracle testing. The slowness appears to be related to a NOT IN/subselect clause in the SQL reading the indexes. The change here is to issue 2 separate queries to filter out the PK indexes from the list. This seems to show significant performance improvement (now readIndecies is taking 1-10 milliseconds instead of over 1 second). Also changed this code to use ALL_INDEXES instead of USER_INDEXES so there is better chance for visibility on Indexes that aren't owned by the current user. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.9 967f7dd0 2018-12-07 15:54:22 Details Diff |
0003823: Improve performance and accuracy of DDL retrieval of Oracle Indexes |
Affected Issues 0003823 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/oracle/OracleDdlReader.java | Diff File | ||
SymmetricDS: 3.10 3d7d9e69 2018-12-17 10:46:11 Details Diff |
0003823: Improve performance and accuracy of DDL retrieval of Oracle Indexes (merge from 3.9) |
Affected Issues 0003823 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/oracle/OracleDdlReader.java | Diff File | ||
SymmetricDS: 3.10 c99d8a87 2018-12-18 14:47:03 Details Diff |
0003823: Improve performance and accuracy of DDL retrieval of Oracle Indexes |
Affected Issues 0003823 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/oracle/OracleDdlReader.java | Diff File | ||
SymmetricDS: 3.9 0364f14a 2018-12-18 14:48:49 Details Diff |
0003823: Improve performance and accuracy of DDL retrieval of Oracle Indexes |
Affected Issues 0003823 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/oracle/OracleDdlReader.java | Diff File | ||
SymmetricDS: 3.10 0f11eefd 2019-01-09 16:07:16 Details Diff |
0003823: Improve performance and accuracy of DDL retrieval of Oracle Indexes (merge from 3.9) |
Affected Issues 0003823 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/oracle/OracleDdlReader.java | Diff File | ||
SymmetricDS: 3.9 994ffb3c 2019-01-09 16:12:15 Details Diff |
0003823: Improve performance and accuracy of DDL retrieval of Oracle Indexes |
Affected Issues 0003823 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/oracle/OracleDdlReader.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-12-07 20:51 | mmichalek | New Issue | |
2018-12-07 20:51 | mmichalek | Status | new => assigned |
2018-12-07 20:51 | mmichalek | Assigned To | => mmichalek |
2018-12-07 20:54 | mmichalek | Status | assigned => resolved |
2018-12-07 20:54 | mmichalek | Resolution | open => fixed |
2018-12-07 20:54 | mmichalek | Fixed in Version | => 3.9.16 |
2018-12-07 21:00 | mmichalek | Changeset attached | => SymmetricDS 3.9 967f7dd0 |
2018-12-17 15:48 | mmichalek | Issue cloned: 0003833 | |
2018-12-17 15:48 | mmichalek | Relationship added | related to 0003833 |
2018-12-17 16:00 | mmichalek | Changeset attached | => SymmetricDS 3.10 3d7d9e69 |
2018-12-18 20:00 | josh-a-hicks | Changeset attached | => SymmetricDS 3.9 0364f14a |
2018-12-18 20:00 | josh-a-hicks | Changeset attached | => SymmetricDS 3.10 c99d8a87 |
2018-12-24 17:41 | chenson | Status | resolved => closed |
2019-01-09 22:00 | josh-a-hicks | Changeset attached | => SymmetricDS 3.9 994ffb3c |
2019-01-09 22:00 | josh-a-hicks | Changeset attached | => SymmetricDS 3.10 0f11eefd |