user
05/18/2023, 11:30 PMdb.m5.2xlarge AWS RDS instance to serve a logical replica of metaflowdb tables to the Metaflow UI, but even we have issues with (say) a request for a DAG hanging indefinitely with a spinner. Looking at RDS performance insights, we observe the number of active database sessions climbing even with just the single user asking for the DAG.user
05/18/2023, 11:39 PMpsql estimate suggests that we have nearly 200m rows in artifacts_v3 spanning over two years’ worth of Metaflow runs. For compliance reasons we expire Metaflow artifacts from S3 after 30 days, so I imagine holding run info much longer than 30 days doesn’t help us much.
FYI: @User @User @Usersquare-wire-39606
05/18/2023, 11:42 PMuser
05/19/2023, 12:11 AMepoch_ts in artifact_v3? Is that time.time_ns()?user
05/19/2023, 12:11 AMsquare-wire-39606
05/19/2023, 3:29 PM