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
Allow External OneLake Data Shares to Be Accepted into Multiple Fabric Item Types
Fabric External Data Sharing provides an excellent zero-copy mechanism for sharing OneLake data across tenants. However, the receiving tenant currently has to accept the share into a Lakehouse. I w...Mourak17 hours agoNew MemberNew5Views0likes0CommentsAllow OneLake Shortcut Authentication Mode to Be Changed In Place
OneLake shortcuts support passthrough and delegated authentication, but changing the authentication model currently requires deleting and recreating the shortcut. I would like shortcut authenticatio...Mourak17 hours agoNew MemberNew7Views0likes0CommentsTenant-Wide OneLake Shortcut Lineage and Impact Analysis
This is grounded in a documented limitation: shortcut lineage is currently workspace-scoped, and Microsoft specifically says lineage for shortcuts to warehouses and semantic models isn't currently av...Mourak17 hours agoNew MemberNew15Views0likes1CommentAdd an End-to-End Production Reference Architecture for Microsoft Fabric Real-Time Intelligence
I would like to see a complete end-to-end Microsoft Fabric Real-Time Intelligence reference architecture that demonstrates how the individual RTI capabilities work together in a production-oriented s...Mourak17 hours agoNew MemberNew5Views0likes0CommentsImprove CI/CD consistency for Microsoft Fabric Real-Time Intelligence Eventstreams
Microsoft Fabric Real-Time Intelligence has made strong progress with Git integration and deployment pipelines, but lifecycle management can still be inconsistent across Eventstream sources, destinat...Mourak17 hours agoNew MemberNew3Views0likes0Comments