--
You received this message because you are subscribed to the Google Groups "citus-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to citus-users+unsubscribe@googlegroups.com.
To post to this group, send email to citus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/citus-users/86c89b44-725d-8c8c-d3b4-4473818493c3%40darose.net.
For more options, visit https://groups.google.com/d/optout.
email to citus-users+unsubscribe@googlegroups.com.
To post to this group, send email to citus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/ms
gid/citus-users/86c89b44-725d-8c8c-d3b4-4473818493c3%40darose.net.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "citus-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to citus-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/citus-users/7d395e72-94ec-ca55-a20d-a5a9a4d1b4be%40darose.net.
To view this discussion on the web visit https://groups.google.com/d/msgid/citus-users/CAL1dPcdrzfz40v_2pSLnuj8aquv143M7FFEFq%2BcOchRArC%2BZfQ%40mail.gmail.com.
CREATE OR REPLACE FUNCTION citus_table_size(table_name regclass) RETURNS bigint LANGUAGE plpgsql AS $function$ DECLARE table_size bigint; BEGIN PERFORM master_update_shard_statistics(shardid) FROM pg_dist_shard WHERE logicalrelid = table_name; SELECT sum(shard_size) INTO table_size FROM ( SELECT max(shardlength) AS shard_size FROM pg_dist_shard JOIN pg_dist_shard_placement USING (shardid) WHERE logicalrelid = table_name GROUP BY shardid ) shard_sizes; RETURN table_size; END; $function$;
DR
--
You received this message because you are subscribed to the Google Groups "citus-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to citus-users+unsubscribe@googlegroups.com.
To post to this group, send email to citus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/citus-users/a1dbb468-93fb-f37a-5471-e8e6a0618d09%40darose.net.
email to citus-users+unsubscribe@googlegroups.com.
To post to this group, send email to citus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/ms
gid/citus-users/a1dbb468-93fb-f37a-5471-e8e6a0618d09%40darose.net.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "citus-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to citus-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/citus-users/38b0ddfc-2d48-d11b-7bab-a0dca909981a%40darose.net.
email to citus-users+unsubscribe@googlegroups.com.
To post to this group, send email to citus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/ms
gid/citus-users/a1dbb468-93fb-f37a-5471-e8e6a0618d09%40darose.net.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"citus-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to citus-users+unsubscribe@googlegroups.com.
To post to this group, send email to citus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/ms
gid/citus-users/38b0ddfc-2d48-d11b-7bab-a0dca909981a%40darose.net.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "citus-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to citus-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/citus-users/4d85c2f1-caf2-c830-92dc-fd4e0645e61e%40darose.net.