creating mutivolume db with bs 8192

RennegadeX

New Member
Progress version is 8.3B

I want to create a multivolume database with blocksize of 8192 to test performance.

I have tried serval things with no luck.

I can create a single volume by using procopy empty8.

According to documentation, I should be able to use prostct create db -blocksize 8192, but I get message variable blocksize not supported.

Also, I thought by doing a procopy and prorest and there was a st file it would use that st file to create database.

That does not seem to be working.

Is it even possible to create a mulivolume database with blocksize of 8192 in v8.3B?

Thanks
 

Dmitri

New Member
To create multivolume db with bs 8192 use prostrct

$DLC/bin/prostrct create /path/db-name /path/db-name.st -blocksize 8192

RennegadeX said:
I get message variable blocksize not supported.
Check the stracture file /path/db-name.st
 

TomBascom

Curmudgeon
It sounds like you might have a "workgroup" license. Variable block sizes are a feature of the "enterprise" license.

Workgroup can access a non-default blocksize database but it cannot create one.

RennegadeX said:
Progress version is 8.3B

I want to create a multivolume database with blocksize of 8192 to test performance.

I have tried serval things with no luck.

I can create a single volume by using procopy empty8.

According to documentation, I should be able to use prostct create db -blocksize 8192, but I get message variable blocksize not supported.

Also, I thought by doing a procopy and prorest and there was a st file it would use that st file to create database.

That does not seem to be working.

Is it even possible to create a mulivolume database with blocksize of 8192 in v8.3B?

Thanks
 
Top