#optimization

# database

JSONB in PostgresSQL and its daily uses

Postgres is a powerful SQL database with extensive features. It supports two JSON data types, json and jsonb, offering various functions and operators. Using JSONB can optimize database queries and reduce joins, as illustrated by examples like Netflix profiles and inflation-resistant order data.
Learn More β†’
# database

Temporary tables in SQL and How I used it to improve performance

In PostgreSQL, a temporary table is a table that exists only during a database session. It is created and used within a single database session and is automatically dropped at the end of the session.
Learn More β†’
# tips and tricks

I Bet You Don’t Use These JavaScript Tricks and Practices

Tell me how many did you know by responding to the article and you may share this with your network to find out how many they know.
Learn More β†’
# database

Best way to count documents in MongoDB

Hello everyone πŸ‘‹πŸ‘‹ I created a MongoDB database with 10 million documents.πŸ˜„ My schema is simple and is for a very very basic inventory management system.
Learn More β†’
# database

Postgres Just In Time Compiler and Worker Processes

Both Just In Time compiler or JIT and worker processes could be news to you. By the end of this article, you would be able to understand the picture I have provided.
Learn More β†’
Reading List Contact
server

© Nirjal Paudel