Hi,
if you have "Limit Segment Size to 2 Gb" set to ON, Pervasive will
split your files, if they grow upon 2GB, into files named filename.^01
filename.^02 and so on.
This will be OK until there are more than 100 segments.
In PSQL9 there is a limit of filesize of 128 GB, so there is no
problm, because there never more than 64 segemtns, but with 10.3 the
filesize limit is 256GB, so we can have up to 128 segments.
Does anybody know, how they will be named?
may be filename.^A0 filename.^A1 ...
or filename.^001?
I dont know.
Reagrds
Mircea
|
|
0
|
|
|
|
Reply
|
nmm
|
4/17/2010 6:12:58 PM |
|
Files are named in hexadecimal extensions, not decimal. So, after ^09
comes ^0A, ^0B, through ^0F, then ^10. With this naming scheme, there
is room for 256 segments, or 512GB total file size.
Currently, the maximum file size is only 256GB, so there's LOTS of room
for growth.
Goldstar Software Inc.
Pervasive-based Products, Training & Services
Bill Bach (From Honolulu, HI)
BillBach@goldstarsoftware.com
http://www.goldstarsoftware.com
*** PSQL Service & Support Class - June 2010 ***
nmm wrote:
> Hi,
>
> if you have "Limit Segment Size to 2 Gb" set to ON, Pervasive will
> split your files, if they grow upon 2GB, into files named filename.^01
> filename.^02 and so on.
>
> This will be OK until there are more than 100 segments.
>
> In PSQL9 there is a limit of filesize of 128 GB, so there is no
> problm, because there never more than 64 segemtns, but with 10.3 the
> filesize limit is 256GB, so we can have up to 128 segments.
>
> Does anybody know, how they will be named?
> may be filename.^A0 filename.^A1 ...
> or filename.^001?
> I dont know.
>
> Reagrds
> Mircea
>
>
>
>
|
|
0
|
|
|
|
Reply
|
BtrieveBill
|
4/20/2010 6:22:46 PM
|
|
|
1 Replies
284 Views
(page loaded in 0.074 seconds)
Similiar Articles: comp.databases.btrievesegmented file name 1 198 (4/17/2010 6:12:58 PM) Hi, if you have "Limit Segment Size to 2 Gb" set to ON, Pervasive will split your files, if they grow upon 2GB, into files ... tar terminates unexpectedly when piped to dd ? - comp.os.linux ...> cat $PIPE1 | sha1sum | sed s/-/$TARGET_FILE_NAME/ > $TARGET_FILE.sha1 & > tar $SWITCHES $FILE_SPEC | tee $PIPE1 | split --bytes=$SEGMENT_SIZE - > $TARGET_FILE. Extract specific text from file using sed - comp.unix.shell ...Hi, I have an XML file and I want to do the following on the lines 3 - 60 ... all" description="description is here."/> I want to be able to extract the segment - name ... segmentation fault (SIGSEGV) - comp.lang.fortran... without no errors, I'm getting into the trouble of "segmentation fault" when I try to run the executable file. ... Good judgment comes from experience; email: last name at ... Segment, Base Address, PM, ... - comp.lang.asm.x86(and you need a "segment stack stack" - the first "stack" is just a name, and could be anything, the ... When dos loads a .com file, it chooses what segment to load the file ... awk script to split text file content to multiple files - comp ...I want to split the conent of this input file so that each segment (record) of text (blank line ... Q2 ../QALIAS/A1 ../QALIAS/A2 That is, the subfolder is the name ... FAQ -- assembly-language/x86/general/part2 - comp.lang.asm.x86 ...Load the segment registers you wish to change with the selector for the 4 GB segment. ... AUTOMATIC PART DESCRIPTION TRANSFER TO DRAWING FILE NAME - comp ... FAQ -- assembly ... exe file header - comp.lang.asm.x86Symantec NetBackup 7.1 release update - comp.os.vms File name entries within a ... sum of segment size and executable size - comp.unix.programmer ... exe file header ... embed resources in shared lib? - comp.unix.programmerThe array is named # <input_file> with all periods and spaces replaced # with underbars filename=$1 # just get the file name of ... heap Global initialized data segment is ... Command to List Contents of Shared Object (.so) Library - comp ...... to list the contents of a shared object library (.so) file. For an archive file the command is ar t name ... Contents of Shared Object (.so) Library - comp ... segmentation ... Registry File Basic Name Segment DictionaryThe Basic lndex of the REGISTRY File contains name fragments, molecular formula fragments, and Collective lndex (CI) codes. The names of the substances have been ... FILE_RECORD_SEGMENT_HEADER structure (Windows)FILE_RECORD_SEGMENT_IN_USE (0x0001) FILE_FILE_NAME_INDEX_PRESENT (0x0002) Reserved3. Reserved. BaseFileRecordSegment. A file reference to the base file record segment ... 7/29/2012 10:51:47 PM
|