rupsterman
7 years agoAdvocate I
Status:
Needs Votes
How to adjust the Teradata .NET Data Provider Connection settings in Power BI
Please expose Teradata .NET settings in Teradata Connector for query performance and network transfer performance tuning. Customers should have the ability to set 'any' data source attribute per their enterprise environment requirements...whether through a UI or config file. At minimum, the following (non-credential) attributes should be configurable to users: AuthMeth= Database= Restrict to Default Database=[True|False] Use X Views=[True|False] Read Ahead=[True|False] (or hardcode to True) Response Buffer Size= SessionCharset= This should apply to all MS products interfacing w/ Teradata.
2 Comments
- rupstermanAdvocate I
Re: UseXViews
Hardcoding UseXViews = True, generates additional security calls when trying to get list of user objects. The use case when to set this should be:
- When user needs objects from multiple schemas
- Default Database is not set
- UseXXiews=True
Otherwise,
- When user needs objects from single schema
- Default Database is set
- UseXViews=False
- Restrict to Default Database = true
Re: Response Buffer Size
Not exposing Response Buffer Size attribute limits users from experimenting if better performance can be achieved. The default response-buffer size may work well for on-prem. However, environments with high-latency will most likely benefit from higher Response-Buffer size (i.e. reduce round-trip calls).
- fbcideas_migusrNew MemberStatus added:Needs Votes
Recent ideas
Power BI UX Suggestion: Preserve Selection When Switching Between Report and Model Views
When developing a Power BI report, if I select a visual in Report View and then switch to Model View, the selected table/column context is lost and everything becomes unselected. This can be inconv...Murtaza_Ghafoor8 hours agoSuper UserNew8Views0likes0CommentsPower BI UX Suggestion: Preserve Selection When Switching Between Report and Model Views
When developing a Power BI report, if I select a visual in Report View and then switch to Model View, the selected table/column context is lost and everything becomes unselected. This can be inconv...Murtaza_Ghafoor8 hours agoSuper UserNew9Views0likes0CommentsDefault Scrollable Time-Series Charts to Most Recent Data
Currently, Power BI time-series charts always open scrolled to the earliest (leftmost) date by default, which is inconvenient for reports where users are interested in the most recent (rightmost) dat...CStillwell10 hours agoNew MemberNew7Views0likes0CommentsPower BI Desktop Data Load: Can We Get Better Progress Visibility?
One UX improvement I’d really like to see in Power BI Desktop is better visibility when loading large datasets from Power Query. Currently, when Power Query finishes processing and the data starts l...salmansaifee7711 hours agoRegular VisitorNew20Views1like0Comments