From 2540a1b3704616d7435d433ea0279aa4e9287a9e Mon Sep 17 00:00:00 2001 From: Alexander Puchinski <60147824+Pucha1995@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:49:42 +0300 Subject: [PATCH] Create 2023-10-26-performance-guide-to-create-100k-records-in-less-than-3s-using-ruby-on-rails.md --- ...ords-in-less-than-3s-using-ruby-on-rails.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _posts/2023-10-26-performance-guide-to-create-100k-records-in-less-than-3s-using-ruby-on-rails.md diff --git a/_posts/2023-10-26-performance-guide-to-create-100k-records-in-less-than-3s-using-ruby-on-rails.md b/_posts/2023-10-26-performance-guide-to-create-100k-records-in-less-than-3s-using-ruby-on-rails.md new file mode 100644 index 0000000..9f8b47d --- /dev/null +++ b/_posts/2023-10-26-performance-guide-to-create-100k-records-in-less-than-3s-using-ruby-on-rails.md @@ -0,0 +1,18 @@ +--- +active: "articles" +layout: article + +title: "Performance Guide to create 100k records in less than 3s using Ruby on Rails" +description: "In this article, we will explore different methods to efficiently create 100,000 records in Ruby on Rails." +file: "2023-10-26-performance-guide-to-create-100k-records-in-less-than-3s-using-ruby-on-rails.md" +link: https://dev.to/justthev/performance-guide-to-create-100k-records-in-less-than-3s-using-ruby-on-rails-3k07 +preview_image_link: "https://drive.google.com/uc?export=view&id=1KTXo9B2LbqwEN_doBpi7-I20cvXG-vxJ" +tags: Oct2023 +author: 'Ruby News' + +preview_full_background: false +preview_blur: true + +article_preview_blur: true +round_borders: false +---