Hash Partitioning in Oracle

  Рет қаралды 29,582

Tech Coach

Tech Coach

Күн бұрын

Пікірлер: 33
@TechCoach
@TechCoach 5 жыл бұрын
List of all partitioning videos Part 1 : Partitioning in Oracle : kzbin.info/www/bejne/o2TUZZ-oeptqZ7s Part 2 : Partitioning in Oracle - Performance Basics :kzbin.info/www/bejne/hYKbfYuYrbF8a8k Part 3 : List Partitioning in Oracle : kzbin.info/www/bejne/rWfOc2BvZdV5l5Y Part 4 : Range partitioning in Oracle : kzbin.info/www/bejne/jHPOoXxqgM5nb7M Part 5 : Hash Partitioning in Oracle : kzbin.info/www/bejne/aIrbgHmVqK-Agqs Part 6 : Composite Partitioning in Oracle :kzbin.info/www/bejne/p5DIanyhg9mGjcU Part 7 : Reference Partitioning in Oracle :kzbin.info/www/bejne/pmnKf6qoa7enmtE Part 8 : Local Vs Global Partitioned Index in Oracle 11g : kzbin.info/www/bejne/qmial6yLqZ2Lhtk Part 9 : Partitioning enhancement in 12 c :kzbin.info/www/bejne/pZC6m5Smmb2ch8k
@susanmyers1
@susanmyers1 Жыл бұрын
Thank You sir for the free training. New to GIANT tables and this helped a lot to determine which partition type to use/ Much appreciated.
@TechCoach
@TechCoach Жыл бұрын
I am glad I could help Susan :)
@navdeepgoyal4531
@navdeepgoyal4531 Жыл бұрын
Nice explainations on table partioning. thanks Vivek!!
@cblackattitude
@cblackattitude 5 жыл бұрын
In RAC we use common storage... the data is usually accessible equally from either nodes.. why do you say partition 1 resides on node 1 and partition 2 resides on node 2..?
@syedanoorumar1419
@syedanoorumar1419 4 жыл бұрын
Exactly I have the same doubt
@wonkhong
@wonkhong 4 жыл бұрын
@@syedanoorumar1419 Same for me...
@MARehmanDBA
@MARehmanDBA Ай бұрын
EXCELLENT WORK
@vinzy147
@vinzy147 7 жыл бұрын
Excellent explanation viviek.keep it up
@TechCoach
@TechCoach 7 жыл бұрын
vinit naik Thanks Vinit :)
@sandipjena
@sandipjena 6 жыл бұрын
Hi Vivek, Now I'm almost clear on hash partitioning but can you please make a video on hash partitioning which elaborates in detailed manner. I mean, a real time example which shows how hash partitioning is beneficial whn created on different nodes and how creating dimensional tables in same nodes can reduces the data traffic resulting performance tuning. Thanks in advance. Waiting for your reply.
@sumitchopra2075
@sumitchopra2075 6 жыл бұрын
Awesome !! I was never clear on the partitioning concepts but your videos did the job for me really well. Thanks a lot for such a nice explanation with real world scenarios. :) I think I am going to watch all of your tutorials now .. Good luck !!
@TechCoach
@TechCoach 6 жыл бұрын
Thanks a lot Sumit for the kind words.I am working on a new Initiative,a new youtube channel "An Indian Abroad". I would really appreciate if you help me by watching subscribing and sharing with your friends. kzbin.info/door/oLdaMxhfDgdgIAcRGlUvkg
@sumitchopra2075
@sumitchopra2075 6 жыл бұрын
Sure Man ! May I know where are you working currently ?
@ariyamindra9720
@ariyamindra9720 4 жыл бұрын
How many hash partition is required for any Large data set in a table; and what are the factors that should be taken care of while doing hash partitioning?
@TechCoach
@TechCoach 4 жыл бұрын
It depends upon the amount of data and how many nodes you have, you want to apply hash partitioning on a column so that the data is uniformly distributed. I hope that helps :)
@andishez5359
@andishez5359 4 жыл бұрын
Very Simple and Deep Thanks Again
@TechCoach
@TechCoach 4 жыл бұрын
Thanks a lot :), your comments made my morning
@andishez5359
@andishez5359 4 жыл бұрын
@@TechCoach You have a Great heart, God bless you and give you more power in your journey.
@vinaygadiraju217
@vinaygadiraju217 5 жыл бұрын
I've some doubt's on table partitioning,We have a 5 tables with size of each is like approx 200GB of each, we did table partitioning using hash, as u said it will divided in to no.of partitions so that we can fetch data easy and also network traffic will be less. let us consider---------- I have partitioned a table xyz with 4 partitions using by hash my table got partitioned into 4 different tables. so after completion of partition can we see the table data manually whether the partitioning on table is working or not? If in case after partitioning we got a requirement to take table backup, So in this case how to take the back of already partitioned table backup? Kindly look into this case and provide if any solution available.
@lakshmanl7489
@lakshmanl7489 Жыл бұрын
Why new videos are not coming from your side
@argo1288
@argo1288 4 жыл бұрын
How do you make sure your partitioning of these two tables will lie in the same node?
@TK-vt3ep
@TK-vt3ep 3 жыл бұрын
Oracle will do that as u r partitioning on same keyd
@TheSomnath2000
@TheSomnath2000 6 жыл бұрын
Hi Vivek, Could you please suggests. We have an OLAP db where we have a non-partition table which is being accesses frequently resulting in high IOPS in the system . The size of the Nonpartitioned table is around 19 Gb . But the challenge here is it has a unique column which is not frequently used .So will hash partitioning the table be helpful . If so on which column we will make it hash . Any kind of help much appreciated . Thanks in advance .
@AnIndianAbroadd
@AnIndianAbroadd 6 жыл бұрын
Hey somnath, I was a little tied up last few days. Let me review your request tomorrow and answer it
@niharikajasti3661
@niharikajasti3661 6 жыл бұрын
what should i do if the partition key is a string ?? in such cases list partition is advisable i guess... but what if i want to distribute data equally considering a string as a partition key ?
@Saameeri
@Saameeri 6 жыл бұрын
Awesome explanation
@TechCoach
@TechCoach 6 жыл бұрын
Thanks for the kind words Saameeri.
@amitkumar-ju5cg
@amitkumar-ju5cg 6 жыл бұрын
Good work!
@TechCoach
@TechCoach 6 жыл бұрын
Thanks :)
@bhaskararao1548
@bhaskararao1548 5 жыл бұрын
RAC concept explained is wrong , there is no node storage concept in rac , probably you are trying to explain 18C shrading ?
@bhaskararao1548
@bhaskararao1548 4 жыл бұрын
Your RAC concepts are not accurate. In RAC data is stored in a centralized environment like SAN/NAS etc with interconnect between node instances.
@shrijeetshivdekar9076
@shrijeetshivdekar9076 4 жыл бұрын
Focus is on data distribution rather than grouping
Composite Partitioning in Oracle
12:14
Tech Coach
Рет қаралды 14 М.
Range Partitioning in Oracle
15:00
Tech Coach
Рет қаралды 24 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Database Sharding and Partitioning
23:53
Arpit Bhayani
Рет қаралды 103 М.
Indexing in Oracle :B-Tree,Bitmap Indexing
25:47
Tech Coach
Рет қаралды 90 М.
What is a Hash Partition in Oracle
9:07
TechLake
Рет қаралды 13 М.
Transactional vs. Analytical Workloads
6:01
IBM Technology
Рет қаралды 10 М.
Reference partitioning in Oracle 11g
9:49
Tech Coach
Рет қаралды 11 М.
Partitioning in Oracle - Performance Basics
28:35
Tech Coach
Рет қаралды 54 М.
What is Database Sharding?
9:05
Anton Putra
Рет қаралды 66 М.
Automatic List partitioning
8:39
Siva Academy
Рет қаралды 14 М.
Index Organized Table in Oracle|IOT Oracle|Tech Coach
19:10
Tech Coach
Рет қаралды 10 М.
Oracle Database-Partitioning
5:58
Oracle
Рет қаралды 18 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН