I want ot store chunks of data (only about five Kb each) on a databaseand have users download (across a network) these chunks to their localdisk drive. Is a blob a good way to store these chunks?
Thanks.