Roland Walter wrote:
Roland Walter <rwa(at)mosaic-ag(dot)com> writes:static String createIndex = "CREATE INDEX xitransaction3 on transaction using btree (cc_trans_id, bc_id)";The problem was in Jim's create index statement. He used brackets instead of parenthesis around the column names. Jim corrected it and an OutOfMemoryError did not occur anymore. The statement took about 48minutes.
Sounds like there is a bug in the driver's escape sequence parsing somewhere then. An invalid {...} escape shouldn't cause an OOME.
-O