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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.