With the default installation all content types gets stored in single node table. And if you add CCK field to the content type. It creates new table for each CCK field.
If it is possible to have separate table for each content type, can you please share some links about the implementation. Like how to achieve that or something.