Database Partitioning
Partitioning is an act of breaking data elements into multiple entities done for performance, mana…
Partitioning is an act of breaking data elements into multiple entities done for performance, mana…
Partitioning is an act of breaking data elements into multiple entities done for performance,manag…
Horizontal scaling means adding more machines, which is cheaper & more feasible Vertical sca…
Sharding is a technique to break a database into smaller parts(chunks) Each individual partitio…
What is Hashing A hash function is any function that can be used to map data of arbitrary size …
What is Cache Cache is a hardware or software component that Stores data to speed up the sam…
a better way to count the number of rows would be rs = pstat . executeQuery (); …
ResultSet rs = stmt . executeQuery ( "select count(*) from Student" ); rs . last (); …
I have a list as below [ url1 , url2 , url3 , url4 ] I want the above string list to be di…
STEP 1: Talk on Features and Expectations Caching allows us to reuse previously retrieved data.…
Example Use Case: Reference: https://docs.microsoft.com/en-us/azure/event-hubs/event-hu…
Introduction Kafka® is used for building real-time data pipelines and streaming apps. It is h…
INTRODUCTION · Apache Cassandra is a free and open-source · It is distribut…
STEP 1: Talk on Features and Expectations (2 minutes) It is very important to have a clear und…
What is IoT ? Internet of Things Bidirectional Communication with IoT Hub 1. The first is…
What is Azure IoT Hub? IoT Hub is managed service hosted on Azure cloud This act as a c…
NoSQL Tutorial In this tutorial you will learn : Contents NoSQL Tutorial 1 1. What is NoSQL …