Top "Partition" questions

Use this tag for questions about code that partitions data, memory, virtual machines, databases or disks.

Oracle 'Partition By' and 'Row_Number' keyword

I have a SQL query written by someone else and I'm trying to figure out what it does. Can someone …

sql oracle partition row-number analytic-functions
Python partition and split

I want to split a string with two words like "word1 word2" using split and partition and print (using a …

python string python-2.7 split partition
How can I identify partitions of an Android device from the shell?

I'm trying to find which partition is used for what, e.g. /boot, /recovery, /system, from adb shell. While this …

android shell partition
how to make an image of android partition to your pc

I am trying to make a backup (a direct dd image of the partitions of my built-in memory card of …

android linux image partition dd
Add PARTITION after creating TABLE in hive

i have created a non partitioned table and load data into the table,now i want to add a PARTITION …

hadoop hive partition
Data not getting loaded into Partitioned Table in Hive

I am trying to create partition for my Table inorder to update a value. This is my sample data 1,Anne,…

hadoop mapreduce hive partition
How do I alter my existing table to create a range partition in Oracle

I have existing table which has 10 years of data (I have taken dump). I would like to Range partition the …

oracle create-table alter-table partition
MySQL table partition by month

I have a huge table that stores many tracked events, such as a user click. The table is already in …

mysql partition
How to paginate a list of objects in Java 8?

Given a java.util.List with n elements and a desired page size m, I want to transform it to …

java list java-8 partition
how to get names of partition in oracle while i input a date

I have a table with many partitions range. I need to get the name of all partition when I give …

sql oracle plsql oracle11g partition