Skip to content

a1: alignment padding report#6

Merged
NikolayS merged 45 commits into
masterfrom
alignment
Jan 30, 2018
Merged

a1: alignment padding report#6
NikolayS merged 45 commits into
masterfrom
alignment

Conversation

@NikolayS
Copy link
Copy Markdown
Owner

@NikolayS NikolayS commented Jan 8, 2018

see #5

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

@NikolayS NikolayS merged commit bba0a98 into master Jan 30, 2018
@NikolayS NikolayS changed the title [WIP] draft a1: alignment padding report a1: alignment padding report Jan 30, 2018
@NikolayS NikolayS deleted the alignment branch January 30, 2018 23:34
@NikolayS NikolayS restored the alignment branch January 30, 2018 23:34
@NikolayS NikolayS deleted the alignment branch January 30, 2018 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant