Is there an install set for vServer 5? Or is it v4.9.1?

Barry G. Sumpter barrysum at bigpond.net.au
Sun Mar 11 17:21:52 CDT 2012


Is there an install set for vServer 5?  
If there is, where can I download it?

Or is it v4.9.1?

Will my unlimited license for v4 work with v5?




-----Original Message-----
From: valentina-bounces at lists.macserve.net
[mailto:valentina-bounces at lists.macserve.net] On Behalf Of
valentina-request at lists.macserve.net
Sent: Monday, 12 March 2012 4:00 AM
To: valentina at lists.macserve.net
Subject: Valentina Digest, Vol 111, Issue 19

Send Valentina mailing list submissions to
	valentina at lists.macserve.net

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.macserve.net/mailman/listinfo/valentina
or, via email, send a message with subject or body 'help' to
	valentina-request at lists.macserve.net

You can reach the person managing the list at
	valentina-owner at lists.macserve.net

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Valentina digest..."


Today's Topics:

   1. Re: Db's segment size (Ivan Smahin)
   2. Re: Db's segment size (Ivan Smahin)


----------------------------------------------------------------------

Message: 1
Date: Sun, 11 Mar 2012 14:11:10 +0200
From: Ivan Smahin <ivan_smahin at paradigmasoft.com>
To: Valentina Developers <valentina at lists.macserve.net>
Subject: Re: Db's segment size
Message-ID: <2892C466-2010-4A13-BE82-B71921880AA0 at paradigmasoft.com>
Content-Type: text/plain; charset="iso-8859-1"


On Mar 11, 2012, at 1:29 PM, Beatrix Willius wrote:

> Hi Ivan,
> 
> some questions:
> 
> - what is the default size of the segment file?

32KB

> - are there other drawbacks when using a bigger segment size?

Assume your data is about 1MB only, but you choose 10MB as db's segment size
- so you will get approximately 20MB ( first segment for service internal
data + second segment for user data) for each volume (in case of 4 dedicated
volumes it will be 80MB, in case of a single volume it will be 20MB ...) and
all of these just for storing your 10MB data.

Another point is - assume your data is slightly bigger then a single segment
size. Even if it is 1 byte bigger, the next segment will be allocated (10MB)
to store that additional 1 byte.



> - what happens if you hit the max number of segments?

You should get an error, but this area is very complex, complicated, with
lot of optimizations. You'd better stay away from this situation. And
finally you'll get no options besides migration data to the new db with
dumps.

> - why do I need to manage this manually?
> 

Default segment size lets you have a db up to 64GB. It is hard to say how
much is it - obviously it depends on db nature. But in average, it seems to
be a good compromise between a "db chunk size" (32KB is not so much to spare
even to keep that additional single byte) and "growing capabilities".

But if you plan to keep some genome data or lot of pictures, documents and
so on, then, probably 64GB limit is too low - so you should choose bigger
segment size.


> On 11.03.2012, at 11:21, Ivan Smahin wrote:
> 
>> There is a short note about choosing appropriate db's segment size.
>> 
>> http://www.valentina-db.com/blog/?p=852
> 
> Mit freundlichen Gr??en/Regards
> 
> Trixi Willius
> 
> http://www.mothsoftware.com
> Mail Archiver X: The email archiving solution for professionals
> 
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina

--
Best regards,
Ivan Smahin
Senior Software Engineer
Paradigma Software, Inc
Valentina - The Ultra-Fast Database
http://www.valentina-db.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.macserve.net/pipermail/valentina/attachments/20120311/86bf42cc
/attachment-0001.html>

------------------------------

Message: 2
Date: Sun, 11 Mar 2012 14:13:54 +0200
From: Ivan Smahin <ivan_smahin at paradigmasoft.com>
To: Valentina Developers <valentina at lists.macserve.net>
Subject: Re: Db's segment size
Message-ID: <26507684-3815-48A8-B324-9E3EB026F527 at paradigmasoft.com>
Content-Type: text/plain; charset="iso-8859-1"


On Mar 11, 2012, at 2:11 PM, Ivan Smahin wrote:

> 
> On Mar 11, 2012, at 1:29 PM, Beatrix Willius wrote:
> 
>> Hi Ivan,
>> 
>> some questions:
>> 
>> - what is the default size of the segment file?
> 
> 32KB
> 
>> - are there other drawbacks when using a bigger segment size?
> 
> Assume your data is about 1MB only, but you choose 10MB as db's segment
size - so you will get approximately 20MB ( first segment for service
internal data + second segment for user data) for each volume (in case of 4
dedicated volumes it will be 80MB, in case of a single volume it will be
20MB ...) and all of these just for storing your 10MB data.

Mistyping - your 1 MB data.

> 
> Another point is - assume your data is slightly bigger then a single
segment size. Even if it is 1 byte bigger, the next segment will be
allocated (10MB) to store that additional 1 byte.
> 
> 
> 
>> - what happens if you hit the max number of segments?
> 
> You should get an error, but this area is very complex, complicated, with
lot of optimizations. You'd better stay away from this situation. And
finally you'll get no options besides migration data to the new db with
dumps.
> 
>> - why do I need to manage this manually?
>> 
> 
> Default segment size lets you have a db up to 64GB. It is hard to say how
much is it - obviously it depends on db nature. But in average, it seems to
be a good compromise between a "db chunk size" (32KB is not so much to spare
even to keep that additional single byte) and "growing capabilities".
> 
> But if you plan to keep some genome data or lot of pictures, documents and
so on, then, probably 64GB limit is too low - so you should choose bigger
segment size.
> 
> 
>> On 11.03.2012, at 11:21, Ivan Smahin wrote:
>> 
>>> There is a short note about choosing appropriate db's segment size.
>>> 
>>> http://www.valentina-db.com/blog/?p=852
>> 
>> Mit freundlichen Gr??en/Regards
>> 
>> Trixi Willius
>> 
>> http://www.mothsoftware.com
>> Mail Archiver X: The email archiving solution for professionals
>> 
>> _______________________________________________
>> Valentina mailing list
>> Valentina at lists.macserve.net
>> http://lists.macserve.net/mailman/listinfo/valentina
> 
> --
> Best regards,
> Ivan Smahin
> Senior Software Engineer
> Paradigma Software, Inc
> Valentina - The Ultra-Fast Database
> http://www.valentina-db.com
> 
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina

--
Best regards,
Ivan Smahin
Senior Software Engineer
Paradigma Software, Inc
Valentina - The Ultra-Fast Database
http://www.valentina-db.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.macserve.net/pipermail/valentina/attachments/20120311/3dd4429b
/attachment-0001.html>

------------------------------

_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina


End of Valentina Digest, Vol 111, Issue 19
******************************************



More information about the Valentina mailing list