<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Redis to power bi in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Redis-to-power-bi/m-p/3504761#M45174</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;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&amp;nbsp; than mysql&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am not sure the way we have created and connected to power bi&lt;BR /&gt;&lt;BR /&gt;My requirements:-&lt;BR /&gt;1.what is the process to connect redis to power bi&amp;nbsp;&lt;BR /&gt;2.please share any videos or links&lt;BR /&gt;3. if you know resons may have impacted&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2023 13:58:13 GMT</pubDate>
    <dc:creator>Babu_Santhaiah</dc:creator>
    <dc:date>2023-10-30T13:58:13Z</dc:date>
    <item>
      <title>Redis to power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Redis-to-power-bi/m-p/3504761#M45174</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;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&amp;nbsp; than mysql&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am not sure the way we have created and connected to power bi&lt;BR /&gt;&lt;BR /&gt;My requirements:-&lt;BR /&gt;1.what is the process to connect redis to power bi&amp;nbsp;&lt;BR /&gt;2.please share any videos or links&lt;BR /&gt;3. if you know resons may have impacted&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 13:58:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Redis-to-power-bi/m-p/3504761#M45174</guid>
      <dc:creator>Babu_Santhaiah</dc:creator>
      <dc:date>2023-10-30T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Redis to power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Redis-to-power-bi/m-p/3510075#M45211</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/493933"&gt;@Babu_Santhaiah&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can refer the following links to connect to Redis in Power BI:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://techcommunity.microsoft.com/t5/analytics-on-azure-blog/how-to-use-redis-as-a-data-source-for-power-bi-with-redis-sql/ba-p/3799471" target="_blank"&gt;How to use Redis as a Data Source for Power BI with Redis SQL ODBC - Microsoft Community Hub&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://zebrabi.com/guide/how-to-integrate-redis-into-power-bi/" target="_blank"&gt;How to Integrate Redis Into Power BI - Zebra BI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the speed issue, there could be several reasons why Redis might be slower than MySQL in your case:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Redis is a single-threaded server. It is not designed to benefit from multiple CPU cores.&lt;/LI&gt;
&lt;LI&gt;Not enough memory, generating swapping at the OS level.&lt;/LI&gt;
&lt;LI&gt;Too many O(n) operations (like KEYS) executed in the single-threaded engine.&lt;/LI&gt;
&lt;LI&gt;Software-based virtualization.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:31:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Redis-to-power-bi/m-p/3510075#M45211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-01T16:31:34Z</dc:date>
    </item>
  </channel>
</rss>

