Subject | Re: Blob or VarChar |
---|---|
Author | zifnabbe |
Post date | 2004-06-23T17:10:15Z |
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
needed, then there are no big significant issues not using a varchar?
Thanks,
Tom.
wrote:
> At 09:36 PM 22/06/2004 +0000, you wrote:application
> >Hi,
> >
> >I've read some articles on Blob and VarChar, but I'm still not sure
> >what to use. I need to store some text (configuration templates)
> >information from a delphi application into a database. I think a max
> >of 2000 chars (at the moment all templates are < 1000 chars).
> >
> >What is the best way to store this data in? Using VarChar or Blob's?
>
> VarChar is potentially a lot of bytes across the wire if your
> pulls multiple-row sets out to clients. Blobs don't come across thewire
> automatically: you get an 8-byte blob_id which you use to requestthe data
> on demand.So, if I use specific queries which only get the varchar field when
needed, then there are no big significant issues not using a varchar?
Thanks,
Tom.