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
Deployment pipeline: Deployment rules for Direct Lake on OneLake semantic models
Currently, it is not possible to use deployment rules with Direct Lake on OneLake semantic models. The option is greyed out. Please enable this, so we can automatically change the data so...frithjof_v2 hours agoCommunity ChampionNew6KViews137likes17CommentsNative Master Data Management Solution
Microsoft Fabric currently lacks a native Master Data Management (MDM) capability, creating a gap for organizations that need to manage and govern business-critical reference data such as customers, ...bradcoles2 hours agoRegular VisitorNew212Views1like3CommentsCopy results as markdown from data grid
When copying results from a query on the SQL Endpoint or Data Warehouse I often have to convert from the tab delimited table to markdown for sharing the results via services like teams or github. It...Tom_Fosterbi3 hours agoRegular VisitorNew7Views0likes0Comments