diff --git a/cmds/db-manager/cleanup/evict.go b/cmds/db-manager/cleanup/evict.go index 1bcb11fe3..2ffca90a3 100644 --- a/cmds/db-manager/cleanup/evict.go +++ b/cmds/db-manager/cleanup/evict.go @@ -38,6 +38,7 @@ func evict(cmd *cobra.Command, _ []string) error { ctx = cmd.Context() threshold = time.Now().Add(-*ttl) ) + log.Printf("WARNING: The usage of this tool may have an impact on performance when deleting entities. Read more in the README.") scdStore, err := getSCDStore(ctx) if err != nil {