<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[What is the advantage of using ElasticSearch as the search engine?]]></title><description><![CDATA[<p dir="auto">What is the advantage of using ES over the database as the search engine?</p>
<p dir="auto">From the docs we can choose either, but I am interested to know what I would be missing if I were to use DB as the search engine instead of Elastic.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/67/what-is-the-advantage-of-using-elasticsearch-as-the-search-engine</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 09:34:52 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/67.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 May 2020 17:40:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What is the advantage of using ElasticSearch as the search engine? on Tue, 02 Jun 2020 15:52:33 GMT]]></title><description><![CDATA[<p dir="auto">Here's a doc about how to switch search engines: <a href="https://fusionauth.io/docs/v1/tech/tutorials/switch-search-engines" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/tutorials/switch-search-engines</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/317</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/317</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Tue, 02 Jun 2020 15:52:33 GMT</pubDate></item><item><title><![CDATA[Reply to What is the advantage of using ElasticSearch as the search engine? on Mon, 11 May 2020 17:42:55 GMT]]></title><description><![CDATA[<p dir="auto">You can always change your mind as well. If you start with db for ease of development, setup and maintenance, you can then later switch to elastic, and perform a reindex operation to initialize the elasticsearch index.</p>
<p dir="auto">Or vice versa. It just requires a config change, a restart and then an index operation to move to Elasticsearch.</p>
]]></description><link>https://fusionauth.io/community/forum/post/148</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/148</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 11 May 2020 17:42:55 GMT</pubDate></item><item><title><![CDATA[Reply to What is the advantage of using ElasticSearch as the search engine? on Mon, 11 May 2020 17:42:09 GMT]]></title><description><![CDATA[<p dir="auto">TL:DR, Elasticsearch is much more powerful than DB. But if you only have a couple thousand users and don’t need to perform sophisticated queries, the upside is that you don’t need to run Elasticsearch as a separate component.</p>
<p dir="auto">The DB search doesn’t provide the full search query capabilities that ES does. It also won’t scale to millions of users nearly as well as ES does.<br />
This doc has some information on the differences: <a href="https://fusionauth.io/docs/v1/tech/apis/users#search-for-users" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/users#search-for-users</a></p>
<p dir="auto">Some higher level details here as well : <a href="https://fusionauth.io/docs/v1/tech/core-concepts/users#user-search" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/core-concepts/users#user-search</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/147</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/147</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 11 May 2020 17:42:09 GMT</pubDate></item></channel></rss>