I have to query words from a big SQLite database and display them in a SwiftUI List. It works, but it blocks the UI during the keystrokes, despite the use of DispatchQueue. Belo