I'm trying to use DB2 Text Search with DB2 9.7 FP1 on Windows. Text search uses the standard configuration. Basically it works, it is possible to create and update text indexes for smaller tables, but if larger tables are used, the updates index runs for a long time and then crashes.
I created an index for text on a varchar column of a table with 45 000 rows. The update index command runs about 1 hour before it ends with an error. If I copy...