Re: dbGonazles database for Delphi, Kylix and C++Builder
From: Adrian Veith (nospam_at_veith-system.de)
Date: 01/28/04
- Next message: SKW: "Re: TopGrid"
- Previous message: Igor Siticov: "Ann: Resource Builder 2.1"
- In reply to: Danijel Tkalcec: "Re: dbGonazles database for Delphi, Kylix and C++Builder"
- Next in thread: Martijn Tonies: "Re: dbGonazles database for Delphi, Kylix and C++Builder"
- Reply: Martijn Tonies: "Re: dbGonazles database for Delphi, Kylix and C++Builder"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Jan 2004 14:56:24 +0100
Hi Danijel,
Danijel Tkalcec schrieb:
> If I understood your Database description right, your Database is limited to
> Records of maximum 8KB. Is this right? In your PDF file
> (http://www.db-gonzales.de/download/dbGonzales1.pdf ) it says (in German,
> 2nd page) ... "Jede Page ist 8KB groß" ... "Ein Datensatz kann nicht dir
> gräße einer Page überschreiten.". Translated to English, this would mean
> that ... "Every page is 8KB." ... "One Record can not exceed the size of one
> Page."
>
> Is this a fact (that your records are limited to 8KB) or is this a mistake
> in your PDF file?
>
Thats right! (but anybody who has records larger, than 8KB should read a
book about database design. It is likely, that he has never heard about
normalization.)
This limitation is for the actual record size. Since strings have no
size limitation like in an SQL database, they use only the actual size.
If you need to store blobs, memos, text fields etc. each of them can
have a size up to 2GB.
Best regards,
Adrian Veith.
-- Veith System GmbH. Tel: +49-(0)8052-2636 Fax: +49-(0)8052-4019 > Best Regards, > Danijel Tkalcec > > You wrote in your PDF article that your pages are exactly 8KB. You also > wrote that one Record can be > "Adrian Veith" <nospam@veith-system.de> wrote in message > news:bv5con$kmt$03$1@news.t-online.com... > >>Hello Developers, >> >>we are glad to inform you, that the dbGonzales Database for Delphi has >>reached its public beta state. >> >>dbGonzales is a high speed object oriented client/server database. Here >>are some of its unique features: >> >>- the object oriented database design enables you, to develop your >>applications faster. >>- migrate your relational databases to higher performance. >>- a SQL query engine will be available in the final version. >>- scalable to your needs: from embeded single user to multi-user and >>client/server. >>- eliminate performance bottlenecks with our highly optimized database >>engine. >>- the client based query engine guarantees better performance and less >>load on the server and the net. >>- secure and crash proof filesystem for your valuable data. >>- use transactions for your data consistency. >>- object oriented design allows you to expand our database-engine to >>your needs. >>- 100% written in Delphi. >>- TDataSet component available. >>- easy development - easy installation - easy administration. >> >>We have published some benchmarks on our web-site www.db-gonzales.de >> >>You can also download two demo-applications. >>One is an dbGonzales implementation of a benchmark released on the >>SQLite web-site. In this benchmark program, dbGonzales beets SQLite on >>all operations, most of the time between factor 2 to 10. (SQLite claims >>to be twice as fast as MySQL!!) >>This demo is a single file and includes the embedded dbGonzales >>single-user engine. >>Codesize 553 KBytes >> >>The other is a graphical demo, which shows database updates in real-time >>and thus creating an animation. This demo also makes use of the >>oo-features build in dbGonzales (Virtual method invocation of the >>objects stored in the database - used for painting). >>This demo is a single file and includes an embedded dbGonzales server >>and the client TDataSet componentes. >>Codesize 827 KBytes >> >>We will give time limited evaluation components to interested developers. >>In the beta test period, we support only Delphi 5, Delphi 7 and Kylix 3. >> >>Please contact me per email: software@veith-system.de >> >> >>Best regards, >> >>Adrian Veith. >>-- >>Veith System GmbH. >> >>Tel: +49-(0)8052-2636 >>Fax: +49-(0)8052-4019 >> > > >
- Next message: SKW: "Re: TopGrid"
- Previous message: Igor Siticov: "Ann: Resource Builder 2.1"
- In reply to: Danijel Tkalcec: "Re: dbGonazles database for Delphi, Kylix and C++Builder"
- Next in thread: Martijn Tonies: "Re: dbGonazles database for Delphi, Kylix and C++Builder"
- Reply: Martijn Tonies: "Re: dbGonazles database for Delphi, Kylix and C++Builder"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|