Tagged Questions

0
votes
1answer
25 views

MySql Partitioning

Hi Guys, I'm trying to create partitions in one big table, but I'm getting this error: 1505 - Partition management on a not partitioned table is not possible There is any comman …
1
vote
3answers
44 views

Partitioning Oracle tables used for logging

I have an application that records activity in a table (Oracle 10g). The logging records should be kept for at least 30 days. I expect about 20 million rows to be added to this tab …
4
votes
0answers
11k views

Free usable partition editor for Windows? [closed]

Anyone know of a good usable free partition editor for Windows? I just need to add an unused partition to my system partition.
-1
votes
0answers
181 views

Install Second OS on my Laptop [closed]

I want to install a second OS on my Development Laptop so I can Play around with the new Lab Mananger in TFS 2010. (It uses Hyper V and needs to be install on actual hardware to b …
0
votes
3answers
53 views

Partition Or Seperate Table

I am designing database for fleet management system. I will be getting n number of records every 3 seconds. Obviously, there will be millions of record in my table where I am goin …
0
votes
1answer
20 views

database partiton Function (sql server 2008)

HI, I want to write partiton in sql server 2008 for my fleet management system. I want to write a partition function such that --values (vehicle number) like for example mh-30-q- …
0
votes
1answer
71 views

SQL Server Automatic Partitioning of Large Database Tables

I am dealing with database tables with tens of millions of rows (with the potential to go to the hundreds of millions over time), and am looking at implementing database partitioni …
1
vote
2answers
76 views

How to partition Mysql across MULTIPLE SERVERS?

I know that horizontal partitioning...you can create many tables. How can you do this with multiple servers? This will allow Mysql to scale. Create X tables on X servers? Does a …
0
votes
1answer
73 views

T-SQL - create partition function and scheme - SQL Server 2008

I am creating partition function and schemes. In SQL Server 2008, it only defines range partitioning and not list partitions. Dont we have list partitioning in SQL Server? I am …
0
votes
5answers
158 views

Oracle refuses to use index

I have a partitioned table like so: create table demo ( ID NUMBER(22) not null, TS TIMESTAMP not null, KEY VARCHAR2(5) not null, ...lots more columns... ) The pa …
1
vote
1answer
50 views

What is MYSQL Partitioning?

I have read the documentation (http://dev.mysql.com/doc/refman/5.1/en/partitioning.html), but I would like, in your own words, what it is and why it is used. Is it mainly used …
1
vote
2answers
2k views

Table load via Partition Exchange (Oracle 10g)

I have a few questions about optimizing this type of load. One builds a new table of data to be loaded into a partitioned table and then builds the indexes on this new table. S …
0
votes
3answers
71 views

Oracle table partition

Can any one help me referring a book for Oracle table partitioning. Oracle 10g complete reference contains the basics but i need elaborate with example. Thank you
1
vote
1answer
33 views

Oracle Partitioning

I have 1 table which contain 8 subtables. Each subtable contains another 3 to 5 subtables. Now my question is that is it possible to partition tables by hierarchy? That means i lik …
0
votes
0answers
25 views

Recover messed up partition and MBR [closed]

I did something very stupid.. I wanted to overwrite my MBR of my usb disk and executed the following commands.. sudo dd if=./boot0 of=/dev/sdb bs=1b count=1 sudo dd if=./boot1h of …

1 2 3 4 next
15 30 50 per page