Hi,
We have a large table (18 GB blob file) that we're recently having trouble with. If we try selecting any column in it via tsql, the session simply sits there, even if we're running a select statement without an order by clause.
We don't see any errors, but after the select statement (and the enter key) we see the column headers flash by (as they always do), but things just there afterwards-- no data returns. A tsql command with the -V flag tells us: "999 Handling a table project in the function dotree," but then it too just sits there.
A similar problem happens if we try indexing a field. We can drop the old index, but a tsql command to reindex does nothing but sit around.
We have another table in this directory, and it works just fine. It is 1/10th the size, however....
Any ideas what we can try to get moving again, or suggestions on what's happening here? We're using your Linux flavor of texis, version # 4.04.1067366033.
We have a large table (18 GB blob file) that we're recently having trouble with. If we try selecting any column in it via tsql, the session simply sits there, even if we're running a select statement without an order by clause.
We don't see any errors, but after the select statement (and the enter key) we see the column headers flash by (as they always do), but things just there afterwards-- no data returns. A tsql command with the -V flag tells us: "999 Handling a table project in the function dotree," but then it too just sits there.
A similar problem happens if we try indexing a field. We can drop the old index, but a tsql command to reindex does nothing but sit around.
We have another table in this directory, and it works just fine. It is 1/10th the size, however....
Any ideas what we can try to get moving again, or suggestions on what's happening here? We're using your Linux flavor of texis, version # 4.04.1067366033.