|
|
Convert fixed record to variable
I have many datafile (7.x) and some from they have from 2k to 3.5k length of
fixed part only .
For increase perfomance of row fetch, Mr. Leonard Harvey provide me to
convert it to simple variable records.
But I don't understand - if I convert some long VarChar column to CLOB, it
restrict me to use indices with this column and take some bad issues this
ODBC/OLEDB access method's (it's documented by Pervasive).
With a right way for use both Transactional and Relation methods and to
reach the goal ?.
For example, good performance data may take using compressed records or
split a table.
Thanks, Alex
|
|
0
|
|
|
|
Reply
|
Alex
|
9/1/2003 4:00:57 PM |
|
If the data is fixed length then the record should be fixed length.
If the data is variable lenght, e.g. notes, or attachments, then the
record should be variable length with the note or attachment in the
variable length portion.
Turning on compression forces the engine to use variable length
records internally but it is different than having variable length
records.
You are correct, you can only index the portion of the record that is
in the fixed length portion. If there needs to be an index it needs
to be in the fixed length portion.
Leonard
On Mon, 1 Sep 2003 19:00:57 +0300, "Alex D. Pichkurov"
<alex@mpc.odessa.ua> wrote:
>I have many datafile (7.x) and some from they have from 2k to 3.5k length of
>fixed part only .
>For increase perfomance of row fetch, Mr. Leonard Harvey provide me to
>convert it to simple variable records.
>But I don't understand - if I convert some long VarChar column to CLOB, it
>restrict me to use indices with this column and take some bad issues this
>ODBC/OLEDB access method's (it's documented by Pervasive).
>With a right way for use both Transactional and Relation methods and to
>reach the goal ?.
>For example, good performance data may take using compressed records or
>split a table.
>
>Thanks, Alex
>
>
|
|
0
|
|
|
|
Reply
|
LHarvey
|
9/2/2003 1:11:39 PM
|
|
|
1 Replies
169 Views
(page loaded in 0.057 seconds)
Similiar Articles: comp.databases.btrieve - page 7Convert fixed record to variable 1 106 (9/1/2003 4:00:57 PM) I have many datafile (7.x) and some from they have from 2k to 3.5k length of fixed part only . Get Record count of EBCDIC file - comp.unix.shellIf the "Record Format" is "FIXED" (F) or "FIXED BLOCKED" (FB), "FIXED ... record length" to obtain the # of records in the file If the "Record Format" is "VARIABLE" (V ... Fixed length records containing 2 different records types with ...text field length - comp.databases.filemaker Fixed length records containing 2 different records types with ... Converting Fixed-Width Text Records to XML Fortunately ... Re: does sas support varchar data type? - comp.soft-sys.sas ...SAS has character variables, just not called VARCHAR. If you're noting that ... A fixed length record (and fields) allows the metadata to be held once. Floating point to fixed point conversion. - comp.dspThen if you have to deal with variable register length for filter coefficients ... Fixed-point matrix inversion - comp.soft-sys.matlab Floating point to fixed point conversion ... Define a variable at a fixed address? - comp.compilers.lcc ...I need to define a variable at a fixed address of 0x100000 (this is an eeprom address, and ... use a variable J and > > increment it by 1 each time when I fetch the record ... convert inline gcc asm to Visual c++ - comp.lang.asm.x86 ...If you google for rt_fixed, you will find a fixed point arithmetic package for real-time Linux. I want to convert ... rt_fix; With the above two, assume x is a variable of ... How to define a constant - comp.soft-sys.matlabFor two Q15 variables, this is fine, but here 0.9 ... > > When converting the result into fixed point via matlab, a normal ... 1234) - comp.soft ..... for the record, using ... print columns from bash variable - comp.lang.awkHi, I have this bash variable: MARCA_TABELA="mencionadoo ... The expansion (or conversion) of $7 $3 $1 is not performed. ... one with "mencionadoo" (and all other needed fixed ... text field length - comp.databases.filemakerFixed length records containing 2 different records types with ... Converting Fixed-Width Text Records to XML Fortunately, converting fixed-field length text files ... October 2005 Technical Tip - SyncSort: Converting variable length ...October 2005 Technical Tip - SyncSort: Converting variable length records to fixed length. Two months ago I showed you how variable length records are stored on the ... MAINFRAME FORUM: Convert a Fixed Block file into Variable Block FileI have to convert a Fixed block file - RECFM=FB (record size is 150) into a variable block file - RECFM=VB, Could anyone help me to show the way how i can convert it. 7/28/2012 3:12:20 AM
|
|
|
|
|
|
|
|
|