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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.