Which is faster? or How do I perform the pulling of data out of my resultset for the best performance. I have about 100 columns in my resultset, If resultset is over 500 rows, than my result set fails. (Meaning my browser times out) String LVL_SUM_ORDERED_QTY = rs.getDouble(1); String LVL_SUM_ORDERED_QTY = rs.getDouble("LVL_SUM_ORDERED_QTY");