Skip to content

a1: alignment padding report

Nikolay Samokhvalov requested to merge alignment into master

see #5 (closed)

Simple example:

create table bad1  as select 2::int2, 8::int8, 4::int4 from generate_series(1, 1000000);
create table good1 as select 2::int2, 4::int4, 8::int8 from generate_series(1, 1000000);

and then use :dba: and select a1 report to see the difference:

screen shot 2018-01-30 at 15 26 55

Merge request reports