Improved performance for lightweight transactions with Amazon Keyspaces
Read: https://aws.amazon.com/blogs/database/improved-performance-for-lightweight-transactions-with-amazon-keyspaces/
Read: https://aws.amazon.com/blogs/database/improved-performance-for-lightweight-transactions-with-amazon-keyspaces/
Making It Matter: Amplifying Voices at the MongoDB World IDEA Lounge
Read: https://www.mongodb.com/blog/post/making-matter-amplifying-voices-mongodb-world-idea-lounge
Read: https://www.mongodb.com/blog/post/making-matter-amplifying-voices-mongodb-world-idea-lounge
Getting Started Using JDBC In Java Programming
Hello, and welcome to my blog. In this article, I will introduce you to JDBC and all you need to get started using JDBC. In addition, you will learn to create, read, update and delete data on a database using JDBC API.
Tools
Intellij IDEA
Java 8 JDK...
Read: https://omolluabii.hashnode.dev/getting-started-using-jdbc-in-java-programming
Hello, and welcome to my blog. In this article, I will introduce you to JDBC and all you need to get started using JDBC. In addition, you will learn to create, read, update and delete data on a database using JDBC API.
Tools
Intellij IDEA
Java 8 JDK...
Read: https://omolluabii.hashnode.dev/getting-started-using-jdbc-in-java-programming
Apache Nifi setup on local machine using docker
In this article, you are going to learn, how to set up an apache nifi in local using a docker container.
https://youtu.be/ETnQRYMAhJg
Prerequisites:-
docker desktop
Apache Nifi comes to mind if you are looking for a simple, but robust, tool to proce...
Read: https://techwasti.com/apache-nifi-setup-on-local-machine-using-docker
In this article, you are going to learn, how to set up an apache nifi in local using a docker container.
https://youtu.be/ETnQRYMAhJg
Prerequisites:-
docker desktop
Apache Nifi comes to mind if you are looking for a simple, but robust, tool to proce...
Read: https://techwasti.com/apache-nifi-setup-on-local-machine-using-docker
OrientDB Docker database in your local machine.
OrientDB is the first Multi-Model Open Source NoSQL DBMS that combines the power of graphs and the flexibility of documents into one scalable, high-performance operational database.
https://youtu.be/ts_NgMG3Gz4
Steps For OrientDB
OrientDB is a Multi...
Read: https://techwasti.com/orientdb-docker-database-in-your-local-machine
OrientDB is the first Multi-Model Open Source NoSQL DBMS that combines the power of graphs and the flexibility of documents into one scalable, high-performance operational database.
https://youtu.be/ts_NgMG3Gz4
Steps For OrientDB
OrientDB is a Multi...
Read: https://techwasti.com/orientdb-docker-database-in-your-local-machine
Oracle PL/SQL Fundamentals
What is PL/SQL ?
PL/SQL is Oracle's procedural language extension to SQL
Oracle database allows us to create tables, objects, execute all the familiar SQL statements, like INSERT, UPDATE, and DELETE.
-also offers PL/SQL a very powerful, and flexible...
Read: https://onkarpawar.hashnode.dev/oracle-plsql-fundamentals
What is PL/SQL ?
PL/SQL is Oracle's procedural language extension to SQL
Oracle database allows us to create tables, objects, execute all the familiar SQL statements, like INSERT, UPDATE, and DELETE.
-also offers PL/SQL a very powerful, and flexible...
Read: https://onkarpawar.hashnode.dev/oracle-plsql-fundamentals
BI с Redshift от ETL до бордов
Привет, хабр, я Node.js разработчик, и я хочу поделиться с вами опытом по реализации business intelligence (BI) процесса.
В какой-то момент наш бизнес вырос до размера, пусть и небольшого, когда считать различные цифры и проводить аналитику в excel таблицах уже сложно и медленно, да и количество людей работающих с данными значительно выросло. Тогда зашла речь об автоматизации этого процесса и визуализации различного рода аналитики. Так мы подошли к мысли, что пора реализовывать BI внутри компании.
Читать: https://habr.com/ru/post/669240/
Привет, хабр, я Node.js разработчик, и я хочу поделиться с вами опытом по реализации business intelligence (BI) процесса.
В какой-то момент наш бизнес вырос до размера, пусть и небольшого, когда считать различные цифры и проводить аналитику в excel таблицах уже сложно и медленно, да и количество людей работающих с данными значительно выросло. Тогда зашла речь об автоматизации этого процесса и визуализации различного рода аналитики. Так мы подошли к мысли, что пора реализовывать BI внутри компании.
Читать: https://habr.com/ru/post/669240/
LSM Tree - Introduction
What is LSM
Two-Component LSM-Tree Algorithm
Performance of LSM Tree
Read: https://codeforfun.hashnode.dev/lsm-tree-introduction
What is LSM
Two-Component LSM-Tree Algorithm
Performance of LSM Tree
Read: https://codeforfun.hashnode.dev/lsm-tree-introduction
Digital Underwriting: A Digital Transformation Wave in Insurance
Read: https://www.mongodb.com/blog/post/digital-underwriting-digital-transformation-wave-insurance
Read: https://www.mongodb.com/blog/post/digital-underwriting-digital-transformation-wave-insurance
Improving performance in a hierarchical SQL table structure with column propagation
This article will show how column propagation can represent an easy approach to improving query performance when dealing with a hierarchical data structure.
We'll do this with a real-world scenario based on a data-driven project involving a live data...
Read: https://arctype.hashnode.dev/improving-performance-in-a-hierarchical-sql-table-structure-with-column-propagation
This article will show how column propagation can represent an easy approach to improving query performance when dealing with a hierarchical data structure.
We'll do this with a real-world scenario based on a data-driven project involving a live data...
Read: https://arctype.hashnode.dev/improving-performance-in-a-hierarchical-sql-table-structure-with-column-propagation
Oracle Base Database Service Adds AMD Standard E4 Flex Shapes and Higher Performance Storage
This blog announces the AMD Standard E4 Flex Shapes and Higher Performance Storage for the Oracle Base Database Service.
Read: https://blogs.oracle.com/database/post/oracle-base-database-service-adds-amd-standard-e4-flex-shapes-and-higher-performance-storage
This blog announces the AMD Standard E4 Flex Shapes and Higher Performance Storage for the Oracle Base Database Service.
Read: https://blogs.oracle.com/database/post/oracle-base-database-service-adds-amd-standard-e4-flex-shapes-and-higher-performance-storage
Oracle
Oracle Base Database Service Adds AMD Standard E4 Flex Shapes and Higher Performance Storage
This blog announces the AMD Standard E4 Flex Shapes and Higher Performance Storage for the Oracle Base Database Service.
Redis: Data Caching
As developers we want to make our data queries from the server to the database seamless, inexpensive and fast.
While there are a number of approaches to speed up this process, including data indexing, caching, clustering, and so on, let's focus on c...
Read: https://drsimplegraffiti.hashnode.dev/redis-data-caching
As developers we want to make our data queries from the server to the database seamless, inexpensive and fast.
While there are a number of approaches to speed up this process, including data indexing, caching, clustering, and so on, let's focus on c...
Read: https://drsimplegraffiti.hashnode.dev/redis-data-caching
👍1
Шпаргалки по SQL: сохранить и не забыть
Держите полезные шпаргалки по SQL, с которыми вы никогда не забудете основное из работы с реляционными базами данных.
Читать: «Шпаргалки по SQL: сохранить и не забыть»
Держите полезные шпаргалки по SQL, с которыми вы никогда не забудете основное из работы с реляционными базами данных.
Читать: «Шпаргалки по SQL: сохранить и не забыть»
How to Get a Faster and More Accurate Data Collection
Data is a big part of every business. No matter what industry you're in, data can help you make the best decisions for your company and even increase your profits. But if the data isn't accurate or doesn't provide enough information, it could be hurt...
Read: https://maggieb.hashnode.dev/how-to-get-a-faster-and-more-accurate-data-collection
Data is a big part of every business. No matter what industry you're in, data can help you make the best decisions for your company and even increase your profits. But if the data isn't accurate or doesn't provide enough information, it could be hurt...
Read: https://maggieb.hashnode.dev/how-to-get-a-faster-and-more-accurate-data-collection
How Object-Relational Mapping (ORM) Can Make Your Life Easier
When it comes to web development, it's no secret that data management is one of the most crucial aspects of any project. The ability to properly manage and interact with our database(s) is absolutely imperative to the overall success of our applicati...
Read: https://brodylosh.hashnode.dev/how-object-relational-mapping-orm-can-make-your-life-easier
When it comes to web development, it's no secret that data management is one of the most crucial aspects of any project. The ability to properly manage and interact with our database(s) is absolutely imperative to the overall success of our applicati...
Read: https://brodylosh.hashnode.dev/how-object-relational-mapping-orm-can-make-your-life-easier
Custom Data Types
Before, we dive in. PL SQL is a strongly typed language. For every variable used in a program or subprogram, the variable must be declared with a data type. PL SQL comes with some data types already defined. Examples of these data types are VARCHAR, ...
Read: https://co.hashnode.dev/custom-data-types
Before, we dive in. PL SQL is a strongly typed language. For every variable used in a program or subprogram, the variable must be declared with a data type. PL SQL comes with some data types already defined. Examples of these data types are VARCHAR, ...
Read: https://co.hashnode.dev/custom-data-types
Renaming a table in production in PostgreSQL
Sometimes you don't get it right in the first attempt.
When some time ago I announced that we need to rename one of the database tables in our recently launched service, some of my colleagues looked at me like I said something really stupid. Their ar...
Read: https://solid-dry-kiss.hashnode.dev/renaming-a-table-in-production-in-postgresql
Sometimes you don't get it right in the first attempt.
When some time ago I announced that we need to rename one of the database tables in our recently launched service, some of my colleagues looked at me like I said something really stupid. Their ar...
Read: https://solid-dry-kiss.hashnode.dev/renaming-a-table-in-production-in-postgresql
👍1
Deploy AWS DMS in a multi-tiered secure network using an Nginx proxy server
Read: https://aws.amazon.com/blogs/database/deploy-aws-dms-in-a-multi-tiered-secure-network-using-an-nginx-proxy-server/
Read: https://aws.amazon.com/blogs/database/deploy-aws-dms-in-a-multi-tiered-secure-network-using-an-nginx-proxy-server/
Azure SQL Database Tools Part 1: ApexSQL
Microsoft Azure has a robust set of SQL database tools to cover you for every operation you may need. These include fundamental tasks such as creating and managing databases or allowing you to automate database-related tasks, test data generators, an...
Read: https://arctype.hashnode.dev/azure-sql-database-tools-part-1-apexsql
Microsoft Azure has a robust set of SQL database tools to cover you for every operation you may need. These include fundamental tasks such as creating and managing databases or allowing you to automate database-related tasks, test data generators, an...
Read: https://arctype.hashnode.dev/azure-sql-database-tools-part-1-apexsql
I built a Firebase / Mongodb alternative!
Introduction
Hi Developers, I wrote this as a motivation for me at first place to continue doing what i love, and for you guys to stay laways motivated about your work
Motivation behind
So Let's start one year from now, when i start building a Shopif...
Read: https://kamatil.hashnode.dev/i-built-a-firebase-mongodb-alternative
Introduction
Hi Developers, I wrote this as a motivation for me at first place to continue doing what i love, and for you guys to stay laways motivated about your work
Motivation behind
So Let's start one year from now, when i start building a Shopif...
Read: https://kamatil.hashnode.dev/i-built-a-firebase-mongodb-alternative
Designing Data Intensive Applications CH 7 - Part II 'Weak Isolation Levels'
Welcome again to the second part of chapter 7 in Designing Data-Intensive Applications where we discuss isolation levels and different problems that can occur and their possible solutions.
Transactions can safely run in parallel if they don't touch t...
Read: https://hewi.hashnode.dev/designing-data-intensive-applications-ch-7-part-ii-weak-isolation-levels
Welcome again to the second part of chapter 7 in Designing Data-Intensive Applications where we discuss isolation levels and different problems that can occur and their possible solutions.
Transactions can safely run in parallel if they don't touch t...
Read: https://hewi.hashnode.dev/designing-data-intensive-applications-ch-7-part-ii-weak-isolation-levels
👍1