What i observed in ACM was that if we created any custom PK (single/composite),it actually creates an Unique index on the columns.But having autopk="true" will add another column to the table & if it's a huge table, we're going consume extra space for it.I was able to solve this by modifying the JS ...