This message was deleted.
# give-feedback
w
This message was deleted.
h
Some things you can do: 1. Try to ensure your experiment assignment and metrics tables are date partitioned. 2. Test whether the query partitions are being used by adding
WHERE <YOUR_DATE_COLUMN> >= '{{ startDate }}' AND <YOUR_DATE_COLUMN> <= '{{ endDate }}'
to your queries, in the off chance that our own date filters are not properly hitting your partitions (see more here: https://docs.growthbook.io/app/datasources#sql-template-variables) 3. Consider whether 10GB is really a good minimum? Given many of our user's data sizes, a 10GB minimum could be pretty limiting.
w
Thanks, I'll try the step number 2 first
@helpful-application-7107 Thank you, number 2 helped with combination of disabling of Activation Metric in the experiment settings
🙌 1
156 Views