Is there any way to do a union of 2 queries like you can with SQL? I'm trying to do a search across 2 tables that have identical fields but must exist as separate tables.
Is this method of joins limited my memory? I have a table with 35000 rows that I'm trying to join with another table with just a few rows. I get the following error at the 2nd sql statement in the above post:
002 Jun 8 12:37:08 /vortex/multisearch:350: Can't create temporary KDBF file c:\tmp\T00436a: error 2: No such file or directory in the function kdbf_open
000 Jun 8 12:37:08 /vortex/multisearch:350: Monitor ABEND exception 0xC0000005 (ACCESS_VIOLATION)
Now I get this timeout error when doing a search across 3 tables:
Timeout
Your request exceeded the time limit. Please try again.
Because my license limits me to 100,000 rows per table, I need to split my table of more than 300,000 rows into 3 tables. As my table grows, I will need to split it into even more. Is this feasible, splitting a table into multiple tables and searching across those tables? Can you recommend any other way of doing this without upgrading my license to more records per table?
The real solution here is to get the appropriate size license, and that way you will be able to write the queries so they can be performed efficiently, without making the engine do a lot of work to get around the license.