Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

One table in two different filesystems

Former Member
0 Kudos

Hi

Can anyone please inform me on how to place an existing table in two different filesystems. I am looking to place table DFKKOP in two different filesystems to improve the performance on table access. I am expecting that the IO access will improve if we do that.

Deb

1 ACCEPTED SOLUTION

former_member194613
Active Contributor
0 Kudos

What do mean with filesystems, tables are in the database not in the filesystem???

2 REPLIES 2

former_member194613
Active Contributor
0 Kudos

What do mean with filesystems, tables are in the database not in the filesystem???

0 Kudos

Hi

Even if the tables are in the databse they are in data files. I want to spread the table over one or more data files.

Can you tell me if it is possible to do that.