tsql "select count(DOCID) from tbldoc where DOCTEXT NOT like 'orbiter'"
This runs for a long time and we get a "OUT of memory error" and the machine goes off-line (this is on linux).
The machine is a linux machine with 1/2Gig of memory and this tsql is the only process running.
The version of texis is 4.03.1060800870 of Aug 13, 2003.
The same thing looks like is happening on solaris from the Apr 15, 2003 version. We started this query and it took a long time. But we killed it.
Thanks!!
The problem is we just don't do the count, we also write the DOCID's to a file. And this is a generic functionality of our website. So, we have to change our code if we want to treat NOT searches as a special case.
We also found out that the same problem exists in our Apr 15, 2003 version on Solaris.
Any more info on this issue?
Do you think it will be a separate fix in a build for us?
Hi,
I was just wondering whether you were able to re-create the problem there with the information provided in the last post.
We have tested it on our side on different data and could replicate it. Do you think it is the structure of the data or any other parameters specific to us?