mirror of
https://github.com/atuinsh/atuin.git
synced 2025-08-09 07:15:12 +02:00
Add index for interactive search (#493)
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
-- Interactive search filters by command then by the max(timestamp) for that
|
||||
-- command. Create an index that covers those
|
||||
create index if not exists idx_history_command_timestamp on history(
|
||||
command,
|
||||
timestamp
|
||||
);
|
Reference in New Issue
Block a user