Hi,
we have a table (many rows) with keys: transdate,prod,customer,proj
and columns: value (float), status (int), comment (varchar 4000).
Usually we query only the value and status when querying a majority of the rows (sum values per year etc).
Will performance be much better if we put the comment-column in a separate table ?
/J
Jerome K