<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: hirenjariwalatreta</title>
    <description>The latest articles on DEV Community by hirenjariwalatreta (@hirenjariwalatreta).</description>
    <link>https://dev.to/hirenjariwalatreta</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F392553%2Fb973cfca-e8de-46c8-b0a3-cf4ae10a45b8.png</url>
      <title>DEV Community: hirenjariwalatreta</title>
      <link>https://dev.to/hirenjariwalatreta</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hirenjariwalatreta"/>
    <language>en</language>
    <item>
      <title>Speed Optimization</title>
      <dc:creator>hirenjariwalatreta</dc:creator>
      <pubDate>Mon, 20 Sep 2021 12:53:36 +0000</pubDate>
      <link>https://dev.to/hirenjariwalatreta/speed-optimization-508o</link>
      <guid>https://dev.to/hirenjariwalatreta/speed-optimization-508o</guid>
      <description>&lt;p&gt;We have a large application having billions of records stored in the database and we have a global search page that searches items from a large DB repository.&lt;/p&gt;

&lt;p&gt;We have 120 dynamic filters and 150 fields and user can select anything as he/she wants.&lt;/p&gt;

&lt;p&gt;Each dynamic field has also multiple options like Is, is not, starts with, ends with, contains, does not contains, is blank, is not blank. Users can select any one from these options.&lt;/p&gt;

&lt;p&gt;Overall everything is dynamic based on the user’s choice.&lt;/p&gt;

&lt;p&gt;Our database is MS SQL Server and the front-end application is in .net core in MVC style.&lt;/p&gt;

&lt;p&gt;We have made a store procedure that executes a query for this but it contains 40 joins and multiple “case when” statements, stuff function that gives results but taking too much time.&lt;/p&gt;

&lt;p&gt;We need performance optimization for this requirement and the client is asking urgent.&lt;/p&gt;

&lt;p&gt;Can anybody share the ideas what is the best way to fulfill this requirement and get results quickly?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Issue related to flushSyncCallbackQueue</title>
      <dc:creator>hirenjariwalatreta</dc:creator>
      <pubDate>Fri, 22 May 2020 06:09:31 +0000</pubDate>
      <link>https://dev.to/hirenjariwalatreta/issue-related-to-flushsynccallbackqueue-38hd</link>
      <guid>https://dev.to/hirenjariwalatreta/issue-related-to-flushsynccallbackqueue-38hd</guid>
      <description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;While development in React JS application, I have faced one issue. Can anybody help to resolve?&lt;/p&gt;

&lt;p&gt;Issue:&lt;br&gt;
I have applied accordion panel with number of accordion items. On first time few of them is expanded by default. There is option on page to expand all and collapse all. I can perform that operation successfully. But after that once click on accordion item to expand, it expand and immediately collapse again due to call of react function flushSyncCallbackQueue() automatically. This function is called from discreteUpdates$1() react function. I want to stop this automatic calling function.&lt;/p&gt;

&lt;p&gt;Please let me know if someone have solution for that.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>issue</category>
      <category>react</category>
      <category>stop</category>
      <category>flushsynccallbackqueue</category>
    </item>
  </channel>
</rss>
