mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-1373: Add new indexes to help performance in search query.
This commit is contained in:
@@ -26,3 +26,4 @@
|
||||
|
||||
ALTER TABLE guacamole_connection_history ADD KEY (start_date);
|
||||
ALTER TABLE guacamole_connection_history ADD KEY (end_date);
|
||||
ALTER TABLE guacamole_connection_history ADD KEY search_index (start_date, connection_id, user_id);
|
||||
|
Reference in New Issue
Block a user