Skip to main content

Questions tagged [blob]

2 votes
2 answers
448 views

I have read several discussions about storing BLOBs in the database vs in an object storage. What I need in addition though is a functionality for querying these BLOBs. The BLOBs will be immutable ...
Ivaylo Toskov's user avatar
0 votes
2 answers
179 views

This would be a broad question - but I'm asking specific to the situation around an app that I've developed. In short, I've written an app that allows users to persist their photos and videos to the '...
DanDev's user avatar
  • 23
1 vote
0 answers
59 views

I am using Azure Storage Blobs to persist certain models per tenant. While processing items for each tenant these models have to be pulled to memory, used for certain operation, updated and pushed ...
mebjas's user avatar
  • 119
1 vote
5 answers
5k views

This is for one of my personal projects. I want to store a table of data in a BLOB/TEXT column in the database. I don't want to store the data in its own database table because the schema of this data ...
art-solopov's user avatar
5 votes
2 answers
599 views

I'm designing an application that will be appending blobs to a file on disk (local filesystem) and I'm currently thinking of how to deal with consistency issues that could occur if: The application ...
D. Jurcau's user avatar
  • 557
4 votes
1 answer
188 views

Problem I am currently investigating a solution to allow fast upload (and retrieval) of data that can be implemented via NoSQL/SQL or a file system on a Centos server with 64 core cpu with 529GB of ...
angrymuffins's user avatar
4 votes
2 answers
2k views

I have 500.000 files with the combined size of 350GB. So an average file has 0.7MB size. Each file has metadata: 1 to 100 keywords and optionally a short description. I need to filter the files and ...
inf3rno's user avatar
  • 1,259
2 votes
2 answers
351 views

I have a standalone WPF desktop application which gathers data from Digital-to-Analog converter boards, computes, analyzes this data and then it creates binary files (proprietary format) with the ...
tomab's user avatar
  • 171
3 votes
6 answers
3k views

Problem Currently investigating a solution to improve the performance of a web application. The application works well for small projects, but faces performance issues in the UI when working with ...
codedabbler's user avatar
2 votes
1 answer
3k views

I'm building an app where users list items for sale and they can include up to five photos for each item. I'm using Azure Blob storage for storing the images. In my app, I'll be displaying these ...
Randy Minder's user avatar
12 votes
2 answers
22k views

I need to create a database in which several tables have images. For example, users have profile pictures and uploaded ones and products have many pictures, as well. Is it better to have one SQL table ...
Computer's Guy's user avatar