Hello everyone, I would like to ask if anyone knows pinpoint from the hbase to take the data there is no long time limit? I can only take the data within a month, more than a month no data, and if there is the longest time allocation Where can I set up?
Hi @zilingliyu
You can increase how long trace data is stored in hbase by increasing the TTL value for TraceV2 table, or Traces table, depending on which one you're using.
Hi @Xylus
Traces table TTL corresponding to the 5184000, the actual response time is how much? How to convert?
@zilingliyu I don't quite get what you mean by "the actual response time". If you mean the actual storage time (how long the data is stored), 5148000 is in seconds, which is 60 days.
@Xylus Thank you very much,I got it.