Those are WordPress transients, which Dave's WordPress Live Search uses for caching. WordPress should delete old transients when a request for the same data comes in but the cached version is expired, but if this isn't happening frequently enough you can force expiration with a plugin like https://github.com/Seebz/Snippets/tree/master/Wordpress/plugins/purge-transients
Hope that helps!
- Dave