View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006496 | SymmetricDS | Improvement | public | 2024-06-17 11:37 | 2025-05-07 17:42 |
Reporter | jvanmeter | Assigned To | |||
Priority | low | ||||
Status | acknowledged | Resolution | open | ||
Product Version | 3.16.0 | ||||
Target Version | 3.17.0 | ||||
Summary | 0006496: Adding Indexes to Sym_ Tables | ||||
Description | Looking into adding a couple of indexes to help with the performance and speed. | ||||
Additional Information | List of indexes: create index sym_extract_request_index_1 on sym_extract_request (start_batch_id, end_batch_id, node_id, load_id); create index sym_extract_request_index_2 on sym_extract_request (status, start_batch_id, end_batch_id); create index sym_extract_request_index_3 on sym_extract_request (status, last_update_time); create index sym_extract_request_index_4 on sym_extract_request (last_transferred_batch_id); create index sym_extract_request_index_5 on sym_extract_request (request_id); create index sym_extract_request_index_6 on sym_extract_request (node_id,load_id); create index sym_extract_request_index_7 on sym_extract_request (load_id); create index sym_outgoing_batch_index_1 on sym_outgoing_batch (batch_id); create index sym_data_index_1 on sym_data (table_name); create index sym_data_index_2 on sym_data (event_type, create_time); create index sym_table_reload_status_1 on sym_table_reload_status(load_id); create index sym_table_reload_status_2 on sym_table_reload_status(target_node_id); | ||||
Tags | performance | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-06-17 11:37 | jvanmeter | New Issue | |
2024-08-15 18:25 | elong | Product Version | 3.15.0 => 3.16.0 |
2024-08-15 18:25 | elong | Target Version | 3.15.8 => 3.16.0 |
2024-12-31 17:54 | elong | Tag Attached: performance | |
2025-03-17 17:10 | pbelov | Target Version | 3.16.0 => 3.16.1 |
2025-03-31 19:19 | pbelov | Target Version | 3.16.1 => 3.16.2 |
2025-05-03 00:24 | pbelov | Target Version | 3.16.2 => 3.16.3 |
2025-05-07 17:40 | mdrouard | Status | new => acknowledged |
2025-05-07 17:40 | mdrouard | Note Added: 0002944 | |
2025-05-07 17:42 | mdrouard | Target Version | 3.16.3 => 3.17.0 |