×

Developer Tharun's video: What is NoSQL Types Advantages Comparison with SQL Applications - What is Wednesday 1

@What is NoSQL? Types, Advantages, Comparison with SQL, Applications - What is Wednesday #1
NoSQL stands for Not Only SQL. Non-relational Databases - unlike SQL Does not need a schema - You may provide one if you need it 4 Main Types Mainly used when a Huge amount of data is transacted - Big Data Is SQL/RDBMS dead? NOpe A minute of silence for those who think that. Some Advantages of NoSQL though Handles Big Data very well No need to define Schema Handles Unstructured Data Not much to do - Not many admins required Scaling - enormous Advantages of SQL/RDBMS: Needs a Defined Schema So better for relational data Data stored takes up a minimal amount of space possible Example: SQL Communication is far better between tables. Types of NoSQL DBs Document databases pair each key with a complex data structure known as a document. Documents can contain many different key-value pairs, or key-array pairs, or even nested documents. Graph stores are used to store information about networks of data, such as social connections. Graph stores include Neo4J and Giraph. Key-value stores are the simplest NoSQL databases. Every single item in the database is stored as an attribute name (or 'key'), together with its value. Examples of key-value stores are Riak and Berkeley DB. Some key-value stores, such as Redis, allow each value to have a type, such as 'integer', which adds functionality. Wide-column stores such as Cassandra and HBase are optimized for queries over large datasets, and store columns of data together, instead of rows. When should I use NoSQL? When Relational Databases would not be adequate to store your data sets. Probably due to a massive increase in data volume Examples: Search Engines, Social Networks, Cloud Services etc., When should you use a SQL? Structured data storage with schema Set up quickly and get going Not dealing with Big Data My LinkedIn: https://linkedin.com/in/tharunshiv Github: https://github.com/tharunshiv Twitter: https://twitter.com/followtharun Blog: https://tharunshiv.ml This tutorial was recorded using the Blue Snowball ice microphone from Amazon. So high clarity audio here.

39

6
Developer Tharun
Subscribers
1.3K
Total Post
101
Total Views
57.7K
Avg. Views
0.9K
View Profile
This video was published on 2018-07-05 00:36:13 GMT by @Developer-Tharun on Youtube. Developer Tharun has total 1.3K subscribers on Youtube and has a total of 101 video.This video has received 39 Likes which are higher than the average likes that Developer Tharun gets . @Developer-Tharun receives an average views of 0.9K per video on Youtube.This video has received 6 comments which are higher than the average comments that Developer Tharun gets . Overall the views for this video was lower than the average for the profile.

Other post by @Developer Tharun