The database-partitioning tag has no wiki summary.
0
votes
1answer
21 views
MySQL performance with large number of records - partitioning?
I am trying to build a database that would contain a large number of records, each with a lot of columns(fields) - maybe around 200-300 fields total for all tables. Let's say that I would have in a ...
0
votes
0answers
15 views
Script SQL Server Database without partitions
I've got a SQL Server 2008 R2 database that has several tables which have been partitioned. I need to get a new, empty version of the database, but without the partitions. I know I can generate a ...
-1
votes
0answers
7 views
Issues with database partitioning/placement?
I'm exploring database partitioning, both horizontal and vertical, and would like to find out more on what are the major issues related to data partitioning and placement.
I tried searching a lot ...
0
votes
1answer
51 views
Dump CSV into Postgresql table
below is my whole procedure to dum data from a file to POSTGRESQL-8.0 on RedHAt-7.2
now my issues is for every ROW the trigger is getting called and the procedure is executing .
I want to do is once ...
0
votes
1answer
24 views
Mysql puts all data in one partition
I've a 30M rows table and I want to partition it by dates.
mysql > SHOW CREATE TABLE `parameters`
CREATE TABLE `parameters` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`add_time` ...
0
votes
1answer
69 views
How can I attach and detach ndf file in SQL Server 2008?
I have a partition in database. How can I detach .ndf file without deleting data from that partition, so I can attach that .ndf file with data in feature use.
3
votes
2answers
78 views
PostgreSQL partition query by date optimization
We have a table that has approximately one billion records per month. Considering 18 months of history we are talking about 18 billion records.
This table is partitioned weekly by date (so we have ...
0
votes
0answers
21 views
from where i will get vertically partitioned dataset for mining association rules?
I am working on project privacy preserving data mining for association rules, for that I require sample vertically partitioned binary data set. can anyone help me?
0
votes
0answers
33 views
Does Amazon RDS Oracle support partition or not?
Recently I'm evaluating the feasibility to migrate current application to Amazon RDS Oracle, since the scale of the data becomes larger and larger.
I want to know whether Amazon RDS Oracle could ...
0
votes
1answer
78 views
Postgres partition management with triggers. Issue altering tables
SHORT STORY:
I have a partitioned postgres database with a table to track the partitions and triggers. The triggers need to alter the constraints on the partition tables (their valid_date ...
1
vote
1answer
65 views
How do I create a partition for every month of the current year
I want to partition my data by "MONTH"
I am trying this,
ALTER TABLE t1 PARTITION BY RANGE(TO_DAYS(FROM_UNIXTIME(transaction_date)))(
PARTITION JAN VALUES LESS THAN (TO_DAYS('2013-02-01')),
...
0
votes
0answers
13 views
MySQL partitioning considerations
I have a table that will eventually have about 1.4 billion records in it, 11 columns, 3 primary keys.
I've populated about the first 1/3 of the table and the query times are already quite slow. I've ...
0
votes
2answers
81 views
JPA multiple databases - simple example / best pattern?
I have 2 mySql databases that I'm trying use in a simple Java EE Web Application. To simplify the scenario, the schemas are identical, and for example lets take the Customer table in each.
I'm ...
0
votes
1answer
29 views
How to partition by mysql table into two layers?
I want to partition a table this code will show you the structure of the table. the table currently have about 5 million records.
I need the MySql partition syntax this table like so
Main partition ...
0
votes
0answers
37 views
How to partition a mysql table after the table is already created
I am trying to partition my table so I can narrow down the record so accessing data won't take as long as it is taking now.
this table that I want to partition has 2 key fields
(1) 'tigger_on' which ...
0
votes
1answer
30 views
Sharding schemes
I am looking for some sharding schemes, and I also need some literature on that. So far the ones I have found:
- Key based partitioning
- Vertical partitioning
- Directory based partitioning
Any ...
1
vote
1answer
67 views
How to partition MySQL table with two indexes
I have a table game_log with fields id, game_id and several varchar fields.
id is primary key and game_id is non-unique key.
There're two frequent queries:
SELECT * FROM game_log ORDER BY id DESC ...
0
votes
2answers
17 views
Having partitiion on all distinct values where new value can come
I have an use case where i need to partition an Oracle table based on city. Now I do not know the city beforehand. So in this case how will i create the partition. (Btw I have already done hash ...
0
votes
0answers
36 views
how can i convert unix timstamp in to the corresponding integer (BIGINT) value
I'm trying to create a partition table based on the column which has the unixtimestamp in number format.
CREATE TABLE TABLE_NAME (
TIME_CREATED number, // it has unix timestamp as number
ID ...
0
votes
2answers
28 views
Understanding the “P” in “CAP” with DDBMSes
In the CAP Theorem, the "P" (Partitioning) component essentially states that the system works well despite physical network partitions.
I guess the "C" (Consistency) and "A" (Availability) make ...
0
votes
1answer
44 views
On MySQL 5.1, how can I query a specific partition?
I need to run a query on a partitioned table, and I'd like a result by partition, like so:
partition result count
----------- ---------- ------
p1 apples 2
p1 ...
0
votes
3answers
101 views
Table scaling with partitions or with separate databases?
Let's say I have a table (let's call it BigTable) which could experience 5,000,000 INSERTS per day (with possibly just as many SELECTs). Each row inserted is about 50kb.
These daily INSERTs are ...
1
vote
2answers
141 views
how to drop partition without dropping data in MySQL?
I have a table like:
create table registrations(
id int not null auto_increment primary key,
name varchar(50),
mobile_number varchar(13))
engine=innodb
partition by range(id) (
partition p0 values ...
0
votes
1answer
105 views
Automatic Partioning in Oracle11g
I have a table with a huge volume of data. I need partioning to be done on a daily basis automatically. I need the name of the partition to be the date of sysdate. How can I go about doing this?
1
vote
3answers
123 views
Selecting from mySQL partition
I made partition my 300MB table and trying to make select query from p0 partition with this command;
SELECT * FROM employees PARTITION (p0);
But i am getting ERROR 1064 (42000): You have an error ...
3
votes
1answer
385 views
Optimize Postgres timestamp query range
I have the following table and indices defined:
CREATE TABLE ticket
(
wid bigint NOT NULL DEFAULT nextval('tickets_id_seq'::regclass),
eid bigint,
created timestamp with time zone NOT NULL ...
1
vote
0answers
80 views
Handling ID in a SQL Server Standard edition partitioning situation using views
Short backgroung
Hello every body. I am currently facing a situation where I need to increase performance on a very large table on SQL Server standard edition. The table is transaction heavy and ...
0
votes
3answers
204 views
how to find partition of record oracle
I have a table and there is a partition on it.
There are 16 hash partition which is starting from SUBSCRIBER_01 .. etc
Table name: SUBSCRIBER
Partition Column: CUSTOMER_ID (VARCHAR2 10)
Database ...
11
votes
3answers
562 views
Mysql 5.5 Table partition user and friends
I have two tables in my db that have millions of rows now, the selection and insertion is getting slower and slower.
I am using spring+hibernate+mysql 5.5 and read about the sharding as well as ...
0
votes
0answers
81 views
MySQL partitioning with binary data and string functions
I have a slight dilemma that I believe I've solved, but I could use some feedback and maybe some other options.
I'm trying to partition a table in MySQL based on only a portion of my primary key. ...
0
votes
2answers
177 views
Range partition table creation with large number of paritions
i have to create an range partitioned table with two hundred partitions. for eg:
CREATE TABLE emp (
empno NUMBER(4),
ename VARCHAR2(30),
sal NUMBER
)
PARTITION BY RANGE(empno) (
...
1
vote
1answer
52 views
Mysql Subpartioning --Partition by day and then a value
I have a table on a Linux Mysql server running 5.5.24 that looks like this:
CREATE TABLE Level (
snr float DEFAULT NULL,
checkDate datetime DEFAULT NULL,
id bigint(20) unsigned ...
3
votes
1answer
114 views
horizontal partitioning a mysql table with two indices
I have a mysql table that stores user ratings for different items. It has the following fields:
id (int, pk)
userId (int)
itemId (int)
rating (float)
timestamp (int)
and following indices:
...
0
votes
1answer
255 views
select max of a column using range partition
I have a Table which is range partitioned on numeric(parameterinstanceid) value. I want to select max+1 value of the same column .i have global non-partition index on parameterinstanceid.
select /*+ ...
0
votes
2answers
153 views
What is the value of maxvalue in partition
How can I know the exact value of maxvalue in high_value in partition?
PARTITION "PARTMAXVALUE" VALUES LESS THAN (MAXVALUE)
Also if the table has already a partition created where high value is ...
0
votes
1answer
71 views
MySQL DB: performance and partitioning
I've migrate an access DB to a MySQL DB. In particular, in this DB I've a table with almost 5 million of rows. The most part of operations on this table are queries (filters to select a data subset).
...
0
votes
2answers
91 views
MySQL Partition pruning on variable
I am trying to optimize a query that is taking almost 30 minutes to run. What I am trying to do is to take advantage of partition pruning to minimize the rows searched. The range of the variable by ...
1
vote
2answers
329 views
Mysql 5.6 Partitioning on timestamp (with microseconds)
I am playing around with mysql 5.6.
Im especially interested in the possibility:
A DATETIME or TIMESTAMP value can include a trailing fractional seconds part in up to microseconds (6 digits) ...
0
votes
3answers
493 views
SQL Server Scripting Partitioning
Had a good look on the net and books online and couldn't find an answer to my question, so here goes.
Working on someone else's design, I have several tables all tied to the same partition schema ...
2
votes
1answer
185 views
How to partition and subpartition MySQL by key?
I want to add partition to my innoDB table. I have tried to search the syntax for this, but have not found specifics.
Is this syntax wrong? :
ALTER TABLE Product PARTITION BY HASH(catetoryID1) ...
0
votes
2answers
235 views
can i avoid creation of a foreign key constraint for a one-to-one relationship?
i want to use eclipselink to partition my database. for performance reasons i will have one table (entity A) replicated to all nodes and one table (entity B) that is hash partitioned over all nodes.
...
0
votes
1answer
319 views
MySQL ALTER TABLE with subpartition fails
I'm trying to alter an existing table to add year and week subpartitions, like so:
CREATE TABLE test_table(
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
dtime DATETIME NOT NULL);
ALTER TABLE ...
4
votes
2answers
2k views
Oracle: how to drop a subpartition of a specific partition
I am using an oracle 11 table with interval partitioning and list subpartitioning like this (simplified):
CREATE TABLE LOG
(
ID NUMBER(15, 0) NOT NULL PRIMARY KEY
, MSG_TIME DATE NOT NULL
, MSG_NR ...
0
votes
2answers
62 views
SQL Server partition unnormalized data
I think there might be a way to partition this to find what I want, but I can't see it. I have some slightly unnormalized data about product sets:
SetItemID ComponentItemID quantity IsPrimary
...
0
votes
1answer
135 views
Partitioning and Sequence Increment
I have table call it scdr_buz and have partitioned it on monthly basis, I have created trigger on insert which take care of upsert and create table if not present then upsert. I have sequence ...
2
votes
1answer
482 views
Restoring *partitioned* mysql InnoDB table from ibd files
How can I restore a partitioned mysql InnoDB table from just the .ibd files of the form TableName#P#pname.ibd ? Chris Calendar's article here
http://www.chriscalender.com/?p=28
works for ...
0
votes
0answers
56 views
Can I use partition relation tables?
Currently, I have one Table A (parent) with primary key as 'KeyID'. This table has 2 children-tables B and C. In table B, it has foreign key 'KeyID'. Same for table C. Below is schema for 3 tables:
...
0
votes
1answer
74 views
error in mysql partitioning
I need to create the table in the below format. But is returning the error in the partitioning area that is Error Code: 1659. Field 'fldassigndate' is of a not allowed type for this type of ...
5
votes
2answers
282 views
Partitioning Master Detail Table
I Use SQL Server 2008 R2 and want to partitioning Master table and Detail table together. How can I partitioning Detail table by MasterTypeID field in Master table.
My Partition Function is :
CREATE ...
1
vote
0answers
48 views
Simply MySQL Partition on One Column (groupID)
I have a large-ish table (over 10 million rows). I have the following columns;
rowId, groupId and textString. The ID's are both ints and textString is a simple varchar. I only have a maximum of 50 ...

