<?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: alan2001-d</title>
    <description>The latest articles on DEV Community by alan2001-d (@alan2001d).</description>
    <link>https://dev.to/alan2001d</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%2F297525%2F192d08a7-eecb-44cc-bb98-d2652619df43.png</url>
      <title>DEV Community: alan2001-d</title>
      <link>https://dev.to/alan2001d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alan2001d"/>
    <language>en</language>
    <item>
      <title>Most performant DB for CRUD app</title>
      <dc:creator>alan2001-d</dc:creator>
      <pubDate>Fri, 20 Dec 2019 18:02:05 +0000</pubDate>
      <link>https://dev.to/alan2001d/most-performant-db-for-crud-app-39n4</link>
      <guid>https://dev.to/alan2001d/most-performant-db-for-crud-app-39n4</guid>
      <description>&lt;p&gt;I'm looking into creating a CRUD app that handles around ~100k of rows which can go bigger and has some API Calls that runs on that data. I will be doing many SELECT/UPDATE/DELETE/INSERT over this data which contain webpages text that are long.&lt;/p&gt;

&lt;p&gt;Also there would be there another table for logs which gonna be big (has long text of around 300-400 character).&lt;/p&gt;

&lt;p&gt;When to consider using MySQL over MongoDB or Elasticsearch and vice versa, I searched on google and saw benchmarks showing that MySQL is faster than MongoDB in select/update/insert/delete queries (1k/10k/100k rows) which is kinda confusing as MongoDB is being stated that its better when data grows bigger, I haven't used MongoDB or Elasticsearch before just MySQL.&lt;/p&gt;

&lt;p&gt;I would appreciate your help so much.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/webcaetano/mongo-mysql"&gt;Benchmark&lt;/a&gt;&lt;/p&gt;

</description>
      <category>mysql</category>
      <category>mongodb</category>
      <category>architecture</category>
      <category>redis</category>
    </item>
  </channel>
</rss>
