Hello! we have a self hosted phoenix container, default configs using sqlite. Does phoenix have an automatic way of purging old data to avoid getting errors of full disk? Thanks!
Phoenix does not currently support automatic deletion of old data. However, you can manually delete data by connecting to the database and issuing queries to remove spans older than a certain date. For SQLite, no authentication is required, and you can perform deletions directly (source).Would you like more details on how to manually delete data? Sources:
- Slack conversation on TTL and manual deletion
馃挕聽Hint: Mention RunLLM in the thread for followups.
hey Arthur M., phoenix does not currently have retention policies, although we recognize the need and are tracking this issue here. feel free to add details to the ticket!