#database-management

[ follow ]
#software-development
fromInfoWorld
6 hours ago
Online Community Development

How MCP could add value to MongoDB databases

MCP's integration into databases accelerates software development and database management.
fromDevOps.com
5 months ago
Web development

Improving the Developer Experience by Deploying CI/CD in Databases - DevOps.com

CI/CD practices enhance efficiency in software development but are underutilized in database deployment.
fromCodeProject
8 months ago
JavaScript

Spring Boot's Caching Features

Caching improves system efficiency by reducing response times and load on databases or services.
Spring Boot provides an easy way to implement caching via specific dependencies and annotations.
fromRealpython
1 week ago
Ruby on Rails

MySQL Databases and Python - Real Python

MySQL is highly popular for database management, especially for applications needing data access.
The course teaches integration of MySQL with Python for practical application use.
fromInfoWorld
6 hours ago
Online Community Development

How MCP could add value to MongoDB databases

MCP's integration into databases accelerates software development and database management.
fromDevOps.com
5 months ago
Web development

Improving the Developer Experience by Deploying CI/CD in Databases - DevOps.com

CI/CD practices enhance efficiency in software development but are underutilized in database deployment.
fromCodeProject
8 months ago
JavaScript

Spring Boot's Caching Features

Caching improves system efficiency by reducing response times and load on databases or services.
Spring Boot provides an easy way to implement caching via specific dependencies and annotations.
fromRealpython
1 week ago
Ruby on Rails

MySQL Databases and Python - Real Python

MySQL is highly popular for database management, especially for applications needing data access.
The course teaches integration of MySQL with Python for practical application use.
more#software-development
#sql
Data science
fromMedium
2 months ago

Database Revolution Series: A Modern Guide to Data Management

Modern data management relies on both SQL and NoSQL databases to address the needs of structured and unstructured data.
Data science
fromfaun.pub
2 months ago

SQL vs. NoSQL Explained: When to Use Which and Why It Matters to Modern Data Management

SQL and NoSQL databases are essential in modern data management to handle data growth and real-time processing needs.
fromMedium
2 months ago
Data science

Database Revolution Series: A Modern Guide to Data Management

SQL databases manage structured data efficiently, while NoSQL is ideal for unstructured data.
fromSimplilearn.com
1 year ago
Python

SQL vs Python: Unveiling the Best Language for Your Needs

SQL excels in raw data extraction speed and query performance due to its tight integration with databases.
fromMedium
3 months ago
Data science

A Comprehensive Guide for Mastering SQL Aggregate Functions and Grouping.

SQL aggregate functions and GROUP BY are essential for data summarization and analysis.
fromSitepoint
3 months ago
Data science

Types of SQL Commands: DDL, DML, DQL, DCL, and TCL - SitePoint

SQL is essential for data management in relational databases.
Understanding basic SQL commands is enough for effective database management.
Security measures are crucial in database management.
SQL can be integrated with programming languages for data applications.
Data science
fromMedium
2 months ago

Database Revolution Series: A Modern Guide to Data Management

Modern data management relies on both SQL and NoSQL databases to address the needs of structured and unstructured data.
Data science
fromfaun.pub
2 months ago

SQL vs. NoSQL Explained: When to Use Which and Why It Matters to Modern Data Management

SQL and NoSQL databases are essential in modern data management to handle data growth and real-time processing needs.
fromMedium
2 months ago
Data science

Database Revolution Series: A Modern Guide to Data Management

SQL databases manage structured data efficiently, while NoSQL is ideal for unstructured data.
fromSimplilearn.com
1 year ago
Python

SQL vs Python: Unveiling the Best Language for Your Needs

SQL excels in raw data extraction speed and query performance due to its tight integration with databases.
fromMedium
3 months ago
Data science

A Comprehensive Guide for Mastering SQL Aggregate Functions and Grouping.

SQL aggregate functions and GROUP BY are essential for data summarization and analysis.
fromSitepoint
3 months ago
Data science

Types of SQL Commands: DDL, DML, DQL, DCL, and TCL - SitePoint

SQL is essential for data management in relational databases.
Understanding basic SQL commands is enough for effective database management.
Security measures are crucial in database management.
SQL can be integrated with programming languages for data applications.
more#sql
#python
fromHackernoon
1 year ago
Cryptocurrency

SQL Transactions - How to Implement COMMIT, ROLLBACK, and Savepoints With Python | HackerNoon

Database transactions can be efficiently managed with tools like DataGrip that simplify committing, rolling back, and setting savepoints.
fromRealpython
2 weeks ago
Privacy professionals

Episode #247: Exploring DuckDB & Comparing Python Expressions vs Statements - The Real Python Podcast

DuckDB provides a powerful and efficient way to manage large datasets in Python with easy-to-use syntax.
fromHackernoon
1 year ago
Cryptocurrency

SQL Transactions - How to Implement COMMIT, ROLLBACK, and Savepoints With Python | HackerNoon

Database transactions can be efficiently managed with tools like DataGrip that simplify committing, rolling back, and setting savepoints.
fromRealpython
2 weeks ago
Privacy professionals

Episode #247: Exploring DuckDB & Comparing Python Expressions vs Statements - The Real Python Podcast

DuckDB provides a powerful and efficient way to manage large datasets in Python with easy-to-use syntax.
more#python
#sql-server
fromMedium
3 months ago
Miscellaneous

Backup types-Inconsistent, App consistent, crash consistent

Backup processes must be managed carefully to ensure data consistency, especially with databases.
fromITPro
8 months ago
JavaScript

How to check your SQL Server version

Understanding SQL Server versions is crucial for support and feature availability.
Different SQL Server versions have specific support timelines and features.
Outdated SQL Server versions may lack essential security updates.
fromHackernoon
8 months ago
Data science

Is Now the Right Time to Start Using Azure Data Studio? | HackerNoon

Azure Data Studio is an improved alternative to SQL Server Management Studio, especially for user-friendliness and modern database management needs.
fromHackernoon
3 months ago
Ruby on Rails

Want Everyone Out of the Database? Here's How the Pros Do It | HackerNoon

Single-user mode is essential for performing critical database tasks without conflicts.
Transitioning back to multi-user mode is crucial after maintenance to restore normal operations.
fromHackernoon
4 years ago
JavaScript

Here's How to Keep Tempdb From Becoming Your Worst Nightmare | HackerNoon

Tempdb is vital for SQL Server operations; its mismanagement can lead to severe system performance issues.
fromMedium
3 months ago
Miscellaneous

Backup types-Inconsistent, App consistent, crash consistent

Backup processes must be managed carefully to ensure data consistency, especially with databases.
fromITPro
8 months ago
JavaScript

How to check your SQL Server version

Understanding SQL Server versions is crucial for support and feature availability.
Different SQL Server versions have specific support timelines and features.
Outdated SQL Server versions may lack essential security updates.
fromHackernoon
8 months ago
Data science

Is Now the Right Time to Start Using Azure Data Studio? | HackerNoon

Azure Data Studio is an improved alternative to SQL Server Management Studio, especially for user-friendliness and modern database management needs.
fromHackernoon
3 months ago
Ruby on Rails

Want Everyone Out of the Database? Here's How the Pros Do It | HackerNoon

Single-user mode is essential for performing critical database tasks without conflicts.
Transitioning back to multi-user mode is crucial after maintenance to restore normal operations.
fromHackernoon
4 years ago
JavaScript

Here's How to Keep Tempdb From Becoming Your Worst Nightmare | HackerNoon

Tempdb is vital for SQL Server operations; its mismanagement can lead to severe system performance issues.
more#sql-server
Data science
fromHackernoon
1 month ago

How to Process Large Files in Data Indexing Systems | HackerNoon

Efficiently processing large files in data indexing pipelines requires managing processing granularity and balancing commit frequency to optimize performance and recoverability.
#cloud-computing
fromMedium
2 months ago
Data science

Database Revolution Series: A Modern Guide to Data Management

Multi-model and cloud-native databases are transforming data management for businesses.
fromComputerWeekly.com
7 months ago
DevOps

At CloudWorld, Oracle completes hyperscaler trifecta with AWS | Computer Weekly

Oracle launches partnership with AWS to offer customers seamless connectivity between Oracle Database and AWS services.
fromMedium
2 months ago
Data science

Database Revolution Series: A Modern Guide to Data Management

Multi-model and cloud-native databases are transforming data management for businesses.
fromComputerWeekly.com
7 months ago
DevOps

At CloudWorld, Oracle completes hyperscaler trifecta with AWS | Computer Weekly

Oracle launches partnership with AWS to offer customers seamless connectivity between Oracle Database and AWS services.
more#cloud-computing
DevOps
fromHackernoon
2 months ago

SQL Server to AWS RDS Migration: The Good, the Bad, and Everything in Between | HackerNoon

Cloud migration can lead to cost savings but requires careful usage monitoring.
Angular
fromInfoQ
1 month ago

Google Enhances AlloyDB Vector Search with Inline Filtering and Enterprise Observability

Google enhances AlloyDB with inline filtering and observability features for improved performance in vector search operations.
fromhackernoon.com
2 months ago
Business intelligence

Set up Oracle Data Guard Faster Than Getting Your Morning Coffee With This Guide

Oracle Data Guard facilitates high availability and disaster recovery in Oracle databases.
Implementing a physical standby database in Oracle 21c is streamlined with Data Guard Broker.
fromMedium
3 months ago
Miscellaneous

Backup types-Inconsistent, App consistent, crash consistent

Inconsistent backups can occur if changes are made during the backup process, leading to data protection issues.
Crash-consistent backups capture all data at the same time but miss data in memory, resembling a server crash recovery.
Application-consistent backups ensure data across applications is in a stable state, offering highest data protection.
fromTechCrunch
2 months ago
Miscellaneous

No-code app builder Softr expands beyond Airtable databases | TechCrunch

Softr enables users to create client portals and internal tools without developer resources using its no-code app builder.
#best-practices
fromHackernoon
1 year ago
DevOps

How to Use Docker to Template Local Database | HackerNoon

Creating a database template allows for faster resets, improving local development efficiency.
fromHackernoon
1 year ago
DevOps

How to Use Docker to Template Local Database | HackerNoon

Creating a database template allows for faster resets, improving local development efficiency.
more#best-practices
fromSitePoint Forums | Web Development & Design Community
3 months ago
Web design

How can I optimize the performance of a WordPress website with multiple plugins and ensure fast loading times without compromising functionality?

Optimize WordPress performance using caching, image optimization, database maintenance, and minifying files, while keeping necessary plugins.
fromHackernoon
5 years ago
JavaScript

Spring Data JPA: Speed Up Development & Business Focus | HackerNoon

Spring Data JPA simplifies database interactions, enhancing development efficiency and focusing on business logic.
#devops
fromAmazic
5 months ago
DevOps

Atlas is out to make database schema management declarative and compliant - Amazic

Atlas is a tool that automates database schema management, allowing developers to focus on defining desired states.
fromBerlin Startup Jobs
11 months ago
DevOps

Job Vacancy: Infrastructure/Backend Engineer (f/d/m) // Maya Climate | IT / Software Development Jobs | Berlin Startup Jobs

Seeking Infrastructure/Backend Engineer with cloud expertise, database management skills, CI/CD experience, and devotion to security and reliability.
fromAmazic
5 months ago
DevOps

Atlas is out to make database schema management declarative and compliant - Amazic

Atlas is a tool that automates database schema management, allowing developers to focus on defining desired states.
fromBerlin Startup Jobs
11 months ago
DevOps

Job Vacancy: Infrastructure/Backend Engineer (f/d/m) // Maya Climate | IT / Software Development Jobs | Berlin Startup Jobs

Seeking Infrastructure/Backend Engineer with cloud expertise, database management skills, CI/CD experience, and devotion to security and reliability.
more#devops
#drizzle-orm
more#drizzle-orm
#tech-support
fromTheregister
6 months ago
Miscellaneous

Relocation is a complete success - until the last minute

David's story emphasizes the critical importance of redundancy in tech support and system operations.
fromTheregister
5 months ago
Miscellaneous

The sad tale of the Alpha massacre

Gandalf and his team encountered humorous yet instructive tech support challenges while ensuring proper QA tool utilization for software testing.
fromTheregister
6 months ago
Miscellaneous

Relocation is a complete success - until the last minute

David's story emphasizes the critical importance of redundancy in tech support and system operations.
fromTheregister
5 months ago
Miscellaneous

The sad tale of the Alpha massacre

Gandalf and his team encountered humorous yet instructive tech support challenges while ensuring proper QA tool utilization for software testing.
more#tech-support
fromThe Bootstrapped Founder
6 months ago
Bootstrapping

Running Lean at Scale

Podscan reduced its database size significantly, highlighting a strategic shift in resource management and scaling for profitability.
fromCodeProject
6 months ago
JavaScript

Best Practices in SQL Coding

Writing SQL code following best practices is crucial for maintainability and performance.
fromThe Bootstrapped Founder
7 months ago
DevOps

When Podcasts Attack: The Unexpected Challenges of External Data

Implement robust logging and monitoring from the start to manage data at scale effectively.
#orm
fromDjangocentral
1 year ago
Django

Django ORM Cheatsheet: Mastering Database Operations in Django

Django's ORM simplifies and abstracts database operations, making it accessible for both beginners and experienced developers.
fromDjangocentral
1 year ago
Django

Django ORM Cheatsheet: Mastering Database Operations in Django

Django's ORM simplifies and abstracts database operations, making it accessible for both beginners and experienced developers.
more#orm
fromInfoWorld
8 months ago
JavaScript

DBOS: A better way to build applications?

DBOS Cloud is an innovative transactional serverless computing platform built on top of DBOS, revolutionizing traditional operating systems by implementing OS services on a distributed database.
[ Load more ]