&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
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…
postgresql
optimization
partitioning
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…
mysql
partitioning
partition
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…
php
mysql
doctrine2
partitioning
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…
performance
postgresql
partitioning
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…
mysql
primary-key
partitioning
autoincrement
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…
mysql
count
range
partitioning
interval
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…
mysql
table
partitioning
alter
mysql5
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.…
mysql
partitioning
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…
mysql
partitioning
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…
mysql
clustering
partitioning
sharding
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…
mysql
innodb
partitioning
sharding
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…
mysql
sql
performance
query
partitioning
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…
mysql
partitioning
composite
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…
mysql
cluster
partitioning
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…
mysql
subquery
partitioning
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…
mysql
partitioning
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…
mysql
database
partitioning
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…
linux
performance
postgresql
partitioning
database-performance
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…
linux
performance
postgresql
partitioning
database-partitioning
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…
sql
postgresql
timestamp
partitioning
asked
March 6, 2011 2:31 pm CST
pilcrow
Pages
:
1
|
2
>
26
partitioning
Tagged:
partitioning
Related Tags
mysql
× 18
postgresql
× 5
performance
× 4
sharding
× 3
linux
× 3
sql
× 2
clustering
× 2
mongodb
× 1
primary-key
× 1
django
× 1
alter
× 1
timestamp
× 1
innodb
× 1
php
× 1
subquery
× 1
database-performance
× 1
optimization
× 1
doctrine2
× 1
mysql5
× 1
emr
× 1
lvm
× 1
autoincrement
× 1
amazon-web-services
× 1
range
× 1
python
× 1
database-design
× 1
count
× 1
nosql
× 1
query
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy