Subject | RE: [firebird-support] Blob size |
---|---|
Author | Thomas Steinmaurer |
Post date | 2004-01-17T15:26:01Z |
Uwe,
column with a length of the largest possible value for all
Non-BLOB related columns, that means, everything except BLOBs
go into that VARCHAR column. [VAR]CHAR, Integer, Smallint,
Numeric, Decimal, ...
If you want to log BLOB column valueas as well, then create
a BLOB column for that.
HTH,
Thomas Steinmaurer
Logging/Auditing Suite for InterBase and Firebird
http://www.iblogmanager.com
- I support Firebird, I am a FirebirdSQL Foundation member.
- Join today at http://www.firebirdsql.org/ff/foundation
> So what do you suggest Helen I use to make best use of space if I wouldIf you want to do that in a general way then create a VARCHAR
> want to create a log file of all actions in a system happening and the
> values that were changed where the larges value is +- 100 bytes big ,
> VARCHAR(100) filed. but most values changed will be in the range of 20 to
> 30 bytes ?
column with a length of the largest possible value for all
Non-BLOB related columns, that means, everything except BLOBs
go into that VARCHAR column. [VAR]CHAR, Integer, Smallint,
Numeric, Decimal, ...
If you want to log BLOB column valueas as well, then create
a BLOB column for that.
HTH,
Thomas Steinmaurer
Logging/Auditing Suite for InterBase and Firebird
http://www.iblogmanager.com
- I support Firebird, I am a FirebirdSQL Foundation member.
- Join today at http://www.firebirdsql.org/ff/foundation