How is your instance set up? Is this just local or using a postgres DB? What OS are you using?
The live view is powered by a GraphQL subscription over websockets from the client to the web server, then the web server is watching the database for changes. In sqlite its watching for file modifications to the db file, and for postgres we use listen/notify.