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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

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
v-yiruan-msft
Community Support
Community Support

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

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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