Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Babu_Santhaiah
Regular Visitor

Redis to power bi

Hi,
   we have developed report using mysql source direct query and speed is very slow, so we planned to use redis in memory db for fast response and we have done the setup and connected using cdata connector and tested with redis but speed slower  than mysql


I am not sure the way we have created and connected to power bi

My requirements:-
1.what is the process to connect redis to power bi 
2.please share any videos or links
3. if you know resons may have impacted 

1 REPLY 1
Anonymous
Not applicable

Hi @Babu_Santhaiah ,

You can refer the following links to connect to Redis in Power BI:

How to use Redis as a Data Source for Power BI with Redis SQL ODBC - Microsoft Community Hub

How to Integrate Redis Into Power BI - Zebra BI

 

As for the speed issue, there could be several reasons why Redis might be slower than MySQL in your case:

  • Redis is a single-threaded server. It is not designed to benefit from multiple CPU cores.
  • Not enough memory, generating swapping at the OS level.
  • Too many O(n) operations (like KEYS) executed in the single-threaded engine.
  • Software-based virtualization.

Remember, while Redis is generally faster than MySQL due to its in-memory nature, it depends on the specific use case and configuration. It’s also worth noting that Redis only works on key-value pairs, which is much simpler but far from covering the normal use cases of a relational database like MySQL.

Best Regards

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.