is it possible to ingest data from postgres statis...
# troubleshoot
r
is it possible to ingest data from postgres statistics (https://www.postgresql.org/docs/12/catalog-pg-statistic.html) instead of turning on profiling?
m
@helpful-optician-78938: interesting one for you to think about
I think we should support “short-circuit” profiling when the source system has stats for us already
👍 1
s
One thing to note is this can cause issues in case it is a read replica. The stats might not be up-to-date and read replica would not be able to update them. But yes that could be useful in case of big tables. But we will need to keep the possibility of bit out-of-date stats in mind