1) Have a table Table_A with 1 million records. Each record (row) has the size 512 bytes. so the table size is 512x1000,000 bytes Is that right? 2) If in Table_A we have PK columns (64 bytes) and 1 NOT NULL constraint (32 bytes), how to estimate the size of index columns? Should it be 64 x 1 million...