You say partitioning by date_reported but in the example there is a partition by hash ( bug_id ).
Thank you for identifying this mistake. A more clear example should be “PARTITION BY HASH( TO_DAYS(date_reported) )”.
You say partitioning by date_reported but in the example there is a partition by hash ( bug_id ).
Thank you for identifying this mistake. A more clear example should be “PARTITION BY HASH( TO_DAYS(date_reported) )”.