Skip to content

My blog

it's not about being the best it's about being better than yesterday

My blog

it's not about being the best it's about being better than yesterday

Tag: postgres

Tech

TIL – How to optimize postgres database by removing indexes

  • bhanunadar
  • Posted on March 28, 2023

Are you looking to optimize your database, the best go-to way is to add an index to execute your query faster, but this blog is not about adding indexes but removing them, why do we need to remove indexes from our table? Having lots of indexes can have several disadvantages, including: Increased disk space usage:…

Read More
Micronaut

Dealing with JSONB data Type in Micronaut

  • bhanunadar
  • Posted on October 9, 2022

If you are using micronaut with postgres, one of the issues you must facing is how to save and retrieve JSONB data in micronaut entity. I have to write this blog because as per the official doc using Doesn’t worked for me, I was getting errors like Somehow I was able to save but was…

Read More

Recent Posts

  • TIL – How to optimize postgres database by removing indexes
  • Why reflection in java is a problem?
  • Benefits of using Micronaut
  • My Takeaway from the book “THE GET THINGS DONE BOOK” – Part 2
  • My Takeaway from the book “THE GET THINGS DONE BOOK” – Part 1

Tags

  • active record
  • algorithm
  • android
  • async
  • aws
  • babel
  • backtracking
  • bfs
  • c#
  • caching
  • code
  • command-line
  • csr
  • database
  • debugger
  • development
  • dp
  • github
  • gradle
  • indexes
  • java
  • java8
  • Javascript
  • jruby
  • kotlin
  • leetcode
  • linux
  • micronaut
  • node
  • oop
  • postgres
  • progressive-rendering
  • rails
  • React
  • recursion
  • redis
  • ruby
  • scope
  • server-side-rendering
  • singleton
  • ssh
  • ssr
  • static
  • vscode
  • Webpack

Most Viewed Posts

  • Reload in ruby and when to use it. (4,342)
  • Functions in Ruby that make life easy. (4,040)
  • Understanding React, Babel and Webpack. (2,786)
  • Configuring Debugger for Jruby in vscode (1,451)
  • SSR, CSR, and Progressive Rendering (1,177)

Copyright © All rights reserved. Proudly powered by WordPress | Theme: Blog Nano by ThemeMiles.