Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Difference Between master file approach and SQL Pass through

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Difference Between master file approach and SQL Pass through
 Login/Join
 
Member
posted
What are the Difference Between master file approach and SQL Pass through?

how do we know which approach to select?

Which is the most preferred approach and why?

Thanks,
Yash

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.7.3
Windows, All Outputs
 
Posts: 11 | Registered: September 01, 2015Report This Post
Guru
posted Hide Post
This is probably more of a personal preference type of thing and where your experience lies.

We use more SQL pass because we are more comfortable writing queries that can perform well against our db's.

I think it is also the complexity of your data and how you want to join tables together to get the results you want.

Our main goal is to try and reduce the db calls and reduce the amount of data being sent back to the WF server. Let the DB do it's job and WF do it's job.

That's my two cents. The product is flexible to what you want.


WebFOCUS 8.1.05
 
Posts: 496 | Registered: January 04, 2008Report This Post
Master
posted Hide Post
Wow, you're missing a big thing.
We only use master files.

We have a separate departments:
Datawarehouse team takes care of the ETL and master files.

MIS consults with the business and develops reports.

MIS doesn't ( need to ) know about SQL, ugly technical names, etc.

But even more important. If anything changes in the technical architecture, we only have to update the masterfiles and not -all- reports.

( and the fields have better names )


_____________________
WF: 8.0.0.9 > going 8.2.0.5
 
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010Report This Post
Master
posted Hide Post
For files with multiple joins and large volumes of data we simply create a sql procedure and have it refresh on our server daily/weekly. We then make a master file out of the table. It feels like cheating but many times we run into JOIN issues and sluggish behavior trying to use master files. Whether it is WebFocus or our operating environment. I can not say.


WebFOCUS 8206.08
Windows, All Outputs
 
Posts: 603 | Registered: June 28, 2013Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Difference Between master file approach and SQL Pass through

Copyright © 1996-2020 Information Builders