An Azure relational database service.
Thanks for the responses Jerald and Pilladi, I appreciate the help!
To answer Pilladi first:
- Some tables have up to tens of thousands records. However, I also tested it on a very small table with only a couple of rows and columns, and the issue still persists. I can't check directly how the Azure SQL Database is configured, as I don't have an Azure subscription in my own tenant. I'm connecting to the Database purely as an app identity via clientID and clientSecret given to me. Since I suspect preview also does a live read against the table, I'd expect a firewall/VNet block to have affected both preview and runtime. Nevertheless, It's something I'll check with the administrator. Jerald:- Your first proposed solution to use semantic indexing is not fit for my case. I need exact filtering, not a semantic similarity search.- I also don't think the second proposition firts my case. My tables have up to 20 columns. The question I need to support are genuinely open-ended, rather than a fixed set I could enumerate as parameterized queries.
Thus these suggestions unfortunately don't seem to fit my case. If anyone has another idea I'd be glad to hear it!. Otherwise, if we do have a Power Platform support plan, I'll be sure to open a ticket.
Best regards,
Niek