As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Is there any justifiable reason why one would use "ON TABLE HOLD AS HOLDFILE FORMAT ALPHA" instead of "ON TABLE HOLD AS HOLDFILE FORMAT FOCUS", when HOLDFILE isn't being used for anything other then a subsequent "TABLE FILE HOLDFILE" request? After all, the is WebFOCUS, isn't it? Inquiring minds want to know…This message has been edited. Last edited by: Doug,
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
FOCUS format will 'segment' the data for faster retrieval, but it will take much longer to make such a HOLD file. If the HOLD file is only used in the same procedure ( e.g. temporary and not a saved HOLD file ) it's faster to not use FORMAT FOCUS.
In some cases ( large HOLD-files, which you have to try to avoid ) XFOCUS is faster.
Good luck, Dave
_____________________ WF: 8.0.0.9 > going 8.2.0.5
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010
Isn't there a SET command to copy the internal matrix (which is nothing but an on-the-fly in-memory Focus file) directly out when you HOLD FORMAT FOCUS, bypassing all the extract processing? That should be more efficient than HOLD [FORMAT ALPHA].
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
I go for FOCUS format, in case of using SQL translator. Also when I have a single large data file and I need to have index on particular column which I hit multiple times down the flow with different filter conditions.
Jacob, I think you're thinking of the DIRECTHOLD parameter, which is set to ON by default. It does not create an intermediate file and a MODIFY procedure, it just makes WF to dump the internal matrix on disk.
So, IF all I want to do within a single procedure is to do a TABLE FILE request, then the FORMAT FOCUS is not necessary. However, IF I am doing an APP HOLDDATA … APP HOLDMETA… (so that these HOLD files are available to other fexes) then a FORMAT FOCUS would be a better choice then FORMAT ALPHA, right?
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
How about if the HOLD file is the results of a "ON TABLE HOLD AS MYFILE FORMAT FOCUS" line?
That will work, it is flat file to FOCUS db that is not supported.
quote:
What is the MDI feature?
Multi Dimensional Index. A (paid for I believe) feature of the FOCUS/XFOCUS database. It allows an index to be create from more than 1 dimension and in different segments. Quite cool really and v. rapid. Joins can be constructed onto all or part of an MDI.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007