Results for the following term searched:

More Stories

Cover Image for The object "DF__*" is dependent on column "*" - Changing int to double

The object "DF__*" is dependent on column "*" - Changing int to double

updated a few hours ago

# The object 'DF_*' is dependent on column '*' - Changing int to double Are you facing an issue when trying to change the data type of a column from `int` to `double` in your Entity Framework (EF) database? Don't worry, you're not alone! This is a common

Matheus Mello
Matheus Mello
Cover Image for How to check which locks are held on a table

How to check which locks are held on a table

updated a few hours ago
performance

# Checking Locks on a Table: Unleash Your Lock Detective Skills! šŸ”’šŸ” Are you a database enthusiast who wants to uncover the secrets behind locked tables? Are you tired of encountering pesky locks that slow down your queries? Fear not! In this guide, we'l

Matheus Mello
Matheus Mello
Cover Image for Is there a good reason I see VARCHAR(255) used so often (as opposed to another length)?

Is there a good reason I see VARCHAR(255) used so often (as opposed to another length)?

updated a few hours ago
types

šŸ“ Blog Post: The Mystery Behind VARCHAR(255): Is There a Good Reason? Introduction: Hey there tech enthusiasts! Today, let's dive deep into the mysterious realm of VARCHAR(255). šŸ•µļøā€ā™‚ļø Have you ever wondered why this specific length is often used for "sh

Matheus Mello
Matheus Mello
Cover Image for Is it possible to specify the schema when connecting to postgres with JDBC?

Is it possible to specify the schema when connecting to postgres with JDBC?

updated a few hours ago
java

šŸ“ **Title: How to Specify the Schema when Connecting to PostgreSQL with JDBC?** Hey there tech enthusiasts! šŸ‘‹ You know what they say - where there's a will, there's a way! Today, we're diving headfirst into a common conundrum: specifying the schema whe

Matheus Mello
Matheus Mello
Cover Image for How to check if a table exists in a given schema

How to check if a table exists in a given schema

updated a few hours ago

# How to Check if a Table Exists in a Given Schema šŸ“ŠšŸ’” Are you working with a PostgreSQL database and need to check if a specific table exists in a particular schema? In this blog post, we'll address this common issue and provide you with easy solutions

Matheus Mello
Matheus Mello
Cover Image for When NOT to use Cassandra?

When NOT to use Cassandra?

updated a few hours ago

# When NOT to use Cassandra? šŸ¤” There has been a lot of buzz around the use of Cassandra lately. You've probably heard about companies like Twitter, Digg, and Facebook relying on Cassandra for their data storage needs. But, when should you actually use Ca

Matheus Mello
Matheus Mello
Cover Image for How do I automatically update a timestamp in PostgreSQL

How do I automatically update a timestamp in PostgreSQL

updated a few hours ago
timestamp

## šŸ“ How to Automatically Update a Timestamp in PostgreSQL Have you ever wondered how to automatically update a timestamp in PostgreSQL when a new row is inserted? If you're familiar with MySQL and its handy `CURRENT_TIMESTAMP` feature, you might be wond

Matheus Mello
Matheus Mello
Cover Image for What are best practices for multi-language database design?

What are best practices for multi-language database design?

updated a few hours ago

šŸŒ **Lost in Translation?** A Guide to Multi-Language Database Design šŸŒ šŸ‘‹ Hey there, tech-savvy reader! If you've ever found yourself grappling with the complexities of multi-language database design, fear not - we've got you covered! šŸ’Ŗ In this blog po

Matheus Mello
Matheus Mello
Cover Image for Find duplicate records in MongoDB

Find duplicate records in MongoDB

updated a few hours ago
mongodb

šŸ“ **Tech Blog: Unraveling Duplicate Records in MongoDB** Are you tired of dealing with duplicate data in your MongoDB collection? šŸ”„ It's time to put an end to the confusion and clutter! In this blog post, we'll dive deep into the world of MongoDB and un

Matheus Mello
Matheus Mello
Cover Image for What is an ORM, how does it work, and how should I use one?

What is an ORM, how does it work, and how should I use one?

updated a few hours ago

# What is an ORM, how does it work, and how should I use one? You've probably heard the term "ORM" thrown around in the world of software development, but what exactly does it mean? šŸ¤” An ORM, short for Object-Relational Mapping, is a fancy way of saying

Matheus Mello
Matheus Mello