Cluster name: flow_cluster1
This is in-progress work to see if we can set up a separate logical External Store cluster for Flow.
The first statement of https://gerrit.wikimedia.org/r/#/c/223724/1/puppet/modules/role/templates/externalstore/conf.php.erb indicates basically what is needed to set up a new logical cluster (except it would have some Flow-specific name on the first line).
To research before Tuesday:
Rows/size needed for Flow (number of distinct rev_content and rev_content_length should approximate this):
mysql:research@x1-analytics-slave [flowdb]> SELECT COUNT(DISTINCT rev_content), SUM(rev_content_length) from flow_revision; +-----------------------------+-------------------------+ | COUNT(DISTINCT rev_content) | SUM(rev_content_length) | +-----------------------------+-------------------------+ | 186806 | 41118230 | +-----------------------------+-------------------------+ 1 row in set (2.14 sec)