table zeros(1000000000) SELECT count() FROM (SELECT rand() FROM {table}) SELECT count() FROM (SELECT rand64() FROM {table}) SELECT count() FROM (SELECT generateUUIDv4() FROM {table})