-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
SINTER command on large sets is extremely slow compared to Redis.
To Reproduce
- Insert 600M records into SET1 using
SADD
- Insert 4096 records into SET2 using
SADD
- Execute SINTER SET1 SET2
- Observe slow query execution
Expected behavior
6-15 ms execution time (tested on Redis and Valkey on the same machine)
Actual behavior
200-600 s execution time.
Environment
- OS: ubuntu 22.04
- Kernel: 5.15.0-144-generic, x86_64
- Bare Metal
- Dragonfly Version: 1.31.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working