support for views?

skalyanaraman
Posts: 109
Joined: Tue May 29, 2001 9:13 pm

support for views?

Post by skalyanaraman »

Hi,
This is Srini from Casecentral in San francisco.

Does Texis support creating of views? i.e. if I have 2-3 tables, of the same columns etc, can I do union of the 3 tables and define a view?
The SYSTABLES does have a table type as view (V).

Is there a support for partitioning in texis?

thanks!!
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

support for views?

Post by mark »

Sorry, no views.
skalyanaraman
Posts: 109
Joined: Tue May 29, 2001 9:13 pm

support for views?

Post by skalyanaraman »

Hi,
Thanks for the response. Is there any other way of partitioning a big table and/or do parallel processing?
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

support for views?

Post by John »

You would need to do a little bit of programming to make that work, for example the appliance does it with the "Meta Search". The right way to do it will depend on the requirements of you search, particularly as far as results order go.

As an example newspapers and other archives may frequently partition based on year, as many queries are for recent stories, or date based, so only the appropriate tables need to be accessed.
John Turnbull
Thunderstone Software
skalyanaraman
Posts: 109
Joined: Tue May 29, 2001 9:13 pm

support for views?

Post by skalyanaraman »

Hi John,
Thanks.
Can we make Meta Search or <fetch Parallel> work with sql selects? It looks like fetch is only for walking urls.
in short is there any federated query possible on a group of tables?
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

support for views?

Post by John »

Yes, each server would have the same script that would return the results in a common format, e.g. CSV or XML, then fetch parallel would fetch the results in parallel.

You could then timport the results and use <sort> to sort. If you are paging over the results it does require extra book-keeping.
John Turnbull
Thunderstone Software