_backslashzero's profile picture. 💻 Software Engineer • Sharing my learnings

Shreyansh Gupta

@_backslashzero

💻 Software Engineer • Sharing my learnings

Shreyansh Gupta reposteó

A few lessons on showing up by @moretothat

RyanHawk12's tweet image. A few lessons on showing up by @moretothat

#TIL The SQL Row values syntax can also be used in the WHERE clauses. It is most commonly seen in the INSERT statements. Check out the usage here - use-the-index-luke.com/sql/partial-re… #SQL #Databases

_backslashzero's tweet image. #TIL The SQL Row values syntax can also be used in the WHERE clauses. It is most commonly seen in the INSERT statements.

Check out the usage here - use-the-index-luke.com/sql/partial-re…

#SQL #Databases

#DoYouKnow Ensuring that the database executes the query in a pipelined manner is more important than a fast execution! Read more here - use-the-index-luke.com/sql/sorting-gr… #SQL #Databases


#DoYouKnow? The 2 main ingredients that make an index slow are - 1. The table access 2. Scanning a wide index range #Databases #SQL


#TIL A seemingly important, yet overlooked, consideration for optimizing SQL queries is the use of bind parameters to enable execution plan cache. Read more here - use-the-index-luke.com/sql/where-clau… #Databases #SQL


#DoYouKnow? If your index is getting too big in size, you can index only a subset of the values using Partial Indexes. Read more here - use-the-index-luke.com/sql/where-clau… #Databases #SQL


#TIL We can create partial indexes on tables. Useful when the table also has deleted records but we want to index only the non-deleted records. Read more here - haseebeqx.com/posts/how-to-a… #RubyOnRails #PostgreSQL

_backslashzero's tweet image. #TIL We can create partial indexes on tables. Useful when the table also has deleted records but we want to index only the non-deleted records.

Read more here - haseebeqx.com/posts/how-to-a…

#RubyOnRails #PostgreSQL

#TIL We can include columns in covering index without having to create index structures for all possible values of all the columns. Read more here - haseebeqx.com/posts/how-to-a… #RubyOnRails

_backslashzero's tweet image. #TIL We can include columns in covering index without having to create index structures for all possible values of all the columns.

Read more here - haseebeqx.com/posts/how-to-a…

#RubyOnRails

#TIL You can get the explain output for ActiveRecord queries using the explain method. Read more here - haseebeqx.com/posts/rails-ex… #RubyOnRails

_backslashzero's tweet image. #TIL You can get the explain output for ActiveRecord queries using the explain method.

Read more here - haseebeqx.com/posts/rails-ex…

#RubyOnRails

Check out the different tools in Ruby on Rails to perform Strong migrations on @hashnode! shreyanshgupta.hashnode.dev/strong-migrati… #RubyOnRails #Ruby #MySQL #PostgreSQL


Learn to migrate databases with large amounts of data without downtime. Check out this article on "gh-ost" - an Online Schema Change tool on @hashnode! shreyanshgupta.hashnode.dev/gh-ost-an-onli… #Databases #MySQL #100DaysOfCode


#TIL about the #SQL IGNORE statement. It can be used with INSERT / UPDATE / DELETE to ignore the violating rows instead of failing with an error. Read more here - geeksforgeeks.org/sql-insert-ign…


United States Tendencias

Loading...

Something went wrong.


Something went wrong.