The Ultimate Informix Forum

 
<< Start < Prev 1 2 Next > End >>
obnoxio
User

Baby Cheetah
Posts: 8
graphgraph
Karma: 1  
Re:I am new... - 2007/02/22 20:04 http://publib.boulder.ibm.com/infocenter/idshelp/v10/index.jsp
  | | The administrator has disabled public write access.
dav_s
User

Baby Cheetah
Posts: 9
graphgraph
Karma: 0  
Re:I am new... - 2007/02/22 20:11 i guess i wanted to avoid digging in all the doc . thanks for the link.

david
  | | The administrator has disabled public write access.
obnoxio
User

Baby Cheetah
Posts: 8
graphgraph
Karma: 1  
Re:I am new... - 2007/02/22 20:29 It's easy enough, though, just type in the word.

Lazy git!

Informix uses pools of disk for storage, in general it performs better on raw disk slices. In order to let the database (as a server) know where it can store on disk, IDS defines the concept of a dbspace. The dbspace consists of one or more chunks, where a chunk is an arbitrary allocation of disk space, which can be either a raw disk slice, a "cooked" disk slice, or a flat file in the filesystem (which gives sucky performance). If a dbspace starts getting full, you can add more chunks to it. Chunks can mix between raw, cooked and file, but performance will vary accordingly.

Your tables are then stored somewhere in the dbspaces (you can control which dbspace[s] are used for a table, but not which chunk within the dbspace.) The server pre-allocates a small piece of disk within the dbspace to the table, called an initial extent. When that extent gets full, a "next extent" will be allocated. If you have lots of non-contiguous extents, disk IO can suffer as the head moves around all over the disk. In an ideal world, you will make the extents big enough to load all the data in the table into no more than one or two dbspaces, but more is not inherently bad. It is bad for performance when you have hundreds of little extents interleaved with thousands of extents from other tables.
  | | The administrator has disabled public write access.
dkremen
User

Kitten
Posts: 3
graphgraph
Karma: 0  
Re:I am new... - 2007/03/05 16:55 David,

sorry to inform you, we didn't get approval from IBM for "Informix in vmware" appliance, so I can't share it with you, but if you need help building it yourself, just contact me.

Regards

Davorin
  | | The administrator has disabled public write access.
<< Start < Prev 1 2 Next > End >>
Community
Popular Blogs
All Blogs
Community Forum
Main Menu
Home
Forum
Directory
Links
Search
Ads
Login Form





Lost Password?
No account yet? Register