View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006496 | SymmetricDS | Improvement | public | 2024-06-17 11:37 | 2024-08-15 18:25 |
Reporter | jvanmeter | Assigned To | |||
Priority | low | ||||
Status | new | Resolution | open | ||
Product Version | 3.16.0 | ||||
Target Version | 3.16.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 | No tags attached. | ||||