Add new data file or extend existing data files ? [message #677833] |
Mon, 14 October 2019 17:22 |
|
JJPB
Messages: 2 Registered: October 2019
|
Junior Member |
|
|
Tablespace is almost full, like to add more space to it either by adding new data file in the same folder or resize the existing data files, just wondering which way is better ? Any difference in terms of performance ? Thanks.
|
|
|
|
|
|
|
Re: Add new data file or extend existing data files ? [message #677857 is a reply to message #677842] |
Wed, 16 October 2019 06:32 |
|
EdStevens
Messages: 1376 Registered: September 2013
|
Senior Member |
|
|
JPBoileau wrote on Tue, 15 October 2019 09:35Back in the days when storage was at a premium and performance was average at best, it made more sense to spread out a tablespace's data files over multiple disks. Nowadays, especially with RAID-0 storage, there isn't much of a gain.
JP
Don't think it's just RAID-0. It's any system (any RAID, LVM, etc.) that abstracts the physical disks, grouping multiple physical disks into one logical disk. Once you do that, a single file is spread across multiple physical disks, and multiple logical disks may very well be mapping to the same physical disks.
|
|
|
|
|
|