Run VACUUM on postgreSQL from Thingworx?
In our project we have maintained streams to store sensor data ingestes very frequently. Similarly we have different schedulers to purge or delete the older entries from streams.
Deleted rows will still there in PostgreSQL until a VACUUM is done. Hoping these process might have been automated in database but I want to know the way to run VACUUM on PostgreSQL from Thingworx after the tx services deleted or purged those old entries from streams.

