are traces retained indefinitely in self-hosted Phoenix by default?
馃挕聽Hint: Mention RunLLM in the thread for followups.
馃挕聽Hint: Mention RunLLM in the thread for followups.
ok, cool. thanks! should we be concerned about performance issues if we don鈥檛 delete them? Just curious how quickly we will need to come up with a data retention solution such as exporting traces and storing in s3 or redshift or something. we鈥檙e getting over 3K traces/day and I expect that to grow a lot
using postgres
There is one performance issue that we are aware of when your number of traces grows rapidly - it's if you have fragmented traces (e.g. phoenix never sees the root span). We're currently working on an index to fix that specific problem. I think offloading your traces to S3 and keeping your phoenix snappy makes sense to us so we're working on the retention policies and then we will create triggers and webhooks in the future for more automation.
awesome
