Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

partitioning

0
votes
1 answer
49 views

Postgres partitioning order by performance

I'm using a partitioned postgres table following the documentation using rules, using a partitioning scheme based on date ranges (my date column is…
asked June 7, 2011 11:41 am CDT
drewrobb
0
votes
0 answers
29 views

MySQL 5.5: Partition a table by one fixed value, then a hash for the rest

I have a large table that I'd like to partition by user_id. However, a large portion (40% or so) of the table has user_id 0, which means the content…
asked June 6, 2011 10:54 am CDT
Ben Dilts
0
votes
0 answers
53 views

Doctrine2 and MySQL Partitioning

Does anybody has experience of using partitioning feature in conjunction with the Doctrine2 library? The first problem is that Doctrine creates…
asked May 26, 2011 1:00 pm CDT
Vladimir Kartaviy
0
votes
3 answers
39 views

How many table partitions is too many in Postgres?

I'm partitioning a very large table that contains temporal data, and considering to what granularity I should make the partitions. The Postgres…
asked May 23, 2011 8:10 pm CDT
DNS
0
votes
1 answers
42 views

Compositing existent AUTO_INCREMENT PRIMARY_KEY for partitioning

Hi, I need to partition a MySQL table amongst temporal data (field begin in the following table). CREATE TABLE `table1` ( `id` bigint(20) NOT NULL…
asked May 19, 2011 11:17 am CDT
Grooveek
0
votes
2 answers
28 views

COUNT(Col1) by partitioning Col2 values in equidistant intervals.

MySQL I have two columns. Col1 contains a list of IDs, Col2 contains a list of numbers (ranging between -100 and 200+). I want the COUNT(IDs) WHERE…
asked May 11, 2011 1:28 pm CDT
doubleu4
0
votes
0 answers
47 views

Error Message While Trying to Partition Small Table

Here is my statement ALTER statement: ALTER TABLE MY_TABLE PARTITION BY RANGE(EVENTID) ( partition p001 VALUES LESS THAN (9000) , partition p002…
asked May 5, 2011 3:00 pm CDT
James P.
0
votes
1 answers
25 views

MySQL ignoring subpartition in query

I have a table that's partitioned by range on id, and by hash on code (both are integers). 30 partitions, 4 hashed subpartitions apiece, 120 total.…
asked May 5, 2011 1:34 pm CDT
Bitbang3r
0
votes
2 answers
33 views

MySQL Partitioning: Simultaneous insertion to different partitions performance

I have a partitioned mysql table, and I need to insert hundreds of millions of rows. What are the performance implications if I simultaneously…
asked May 2, 2011 12:31 pm CDT
pyrony
1
vote
1 answer
43 views

Need help choosing the right method of mysql DB sharding, clustering or partitioning

hello, i am developing an application that will use three tables. 1 - 1 million rows of products. 2 - 500 million rows of users. 3 - 10 billion rows…
asked May 2, 2011 8:39 am CDT
Ben
0
votes
1 answers
41 views

Planning to optimize access to a really large InnodDB table

I'm a developer of a social game where we have almost 2 millions players(and this number is growing). The master MySQL DB server has 24 Gb RAM and…
asked April 25, 2011 2:12 am CDT
pachanga
0
votes
1 answer
41 views

Measure performance of SQL query in MySQL

Hi, I'm looking for the approach in testing performance of SQL queries in different conditions. For example I have 2 tables with identical structure…
asked April 24, 2011 6:40 am CDT
thaold
0
votes
0 answers
53 views

MySQL Partitioning; composite partition. Is it wise?

Hello all, I want to partition a big table I have by date. (Partition it per month) Then I want to partition each partition again on a given ID. I…
asked April 18, 2011 5:20 pm CDT
lordstyx
0
votes
1 answers
42 views

Mysql cluster the table is full, workaround?

Hi, We are trying to put several Tb in to MySQL Cluster, unfortunately the index does not fit in to memory. Are there way to overcome this…
asked April 12, 2011 3:20 pm CDT
Arman
0
votes
1 answers
36 views

Partitioning and subselects

Hello all, I have a problem with the partitioning and subqueries (mysql 5.1). Exactly when I'm executing select with subselect mysql skips…
asked April 3, 2011 5:08 am CDT
user687476
0
votes
1 answer
36 views

MySQL 5.1 Partitioning

I have the following example table... mysql> CREATE TABLE part_date3 -> ( c1 int default NULL, -> c2 varchar(30) default NULL, -> c3…
asked April 1, 2011 4:12 pm CDT
Lee Armstrong
0
votes
2 answers
38 views

Own partition for database data.

I don't know you but I, I have lost DB data several times when I decide reinstall an OS... Yes, I know... please don't say it. So is not first time…
asked March 24, 2011 10:53 am CDT
NomikOS
1
vote
5 answers
52 views

PostgreSQL High Performance Setup

Hello, I am setting up a server with the following specs: * Qty 4 Processors (AMD Opterons with 12 cores each) * 32 GB Memory * Qty 8 HDD (15K SAS…
asked March 22, 2011 6:07 pm CDT
user75452
1
vote
0 answers
43 views

PostgreSQL High Performance Setup

Hello, I am setting up a server with the following specs: * Qty 4 Processors (AMD Opterons with 12 cores each) * 32 GB Memory * Qty 8 HDD (15K SAS…
asked March 22, 2011 5:55 pm CDT
user633286
1
vote
1 answer
36 views

Query efficiency of timestamp-partitioned tables using CURRENT_TIMESTAMP

Given the following table partitioning under PostgreSQL 9.0.3: CREATE TABLE records ( ts TIMESTAMP, ... ); CREATE TABLE records_2010 ( CHECK (ts…
asked March 6, 2011 2:31 pm CST
pilcrow
Pages : 1 | 2 >
26

partitioning

Tagged: partitioning
Related Tags
mysql × 18
postgresql × 5
sharding × 3
linux × 3
sql × 2
clustering × 2
mongodb × 1
django × 1
alter × 1
timestamp × 1
innodb × 1
php × 1
subquery × 1
doctrine2 × 1
mysql5 × 1
emr × 1
lvm × 1
range × 1
python × 1
count × 1
nosql × 1
query × 1