Skip to main content

Questions tagged [storage]

Storage - refers to questions where data persistence and storage questions and techniques are asked.

7 votes
2 answers
366 views

The GPT (GUID Partition Table) is the most accepted modern standard for partitioning of a data storage device. Its unit for the offset and size of a partition is so-called sector*. Is it a well-...
Incnis Mrsi's user avatar
0 votes
3 answers
281 views

I am running a website for a customer who has terrabytes worth of images. Each JPG image is high-res (20MB) and belongs to a hierarchy like this: Group A SubGroup 1 subsubgroup a ...
turnip's user avatar
  • 1,701
0 votes
2 answers
202 views

I am trying to understand various types of virtualization techniques. The concept of Hardware virtualization/Virtual machine was simple enough. However, I am struggling to understand the concept of ...
Sahil's user avatar
  • 199
5 votes
3 answers
1k views

We're designing the architecture of an embedded device (esp32). One of the tasks is that the device should connect to the internet and use a preprovisioned redeem code to register itself with our web ...
glades's user avatar
  • 493
0 votes
3 answers
318 views

Let me clarify on a bit of an abstract question. I'm about to develop an app, through which users can capture and store images. Commercially, the main cost here that springs to mind is storage cost. ...
DanDev's user avatar
  • 23
5 votes
2 answers
2k views

Currently my company is storing the installers (and in some cases the installed directory copy) for some open source third party tools that our build uses. Were storing these files in our github repo ...
Slack Groverglow's user avatar
-1 votes
2 answers
546 views

Relational database is mostly used for storing editable user data. But how about storing non-editable lists of information? Possible examples are: GUI-related: main menu items, selectbox options, ...
user14967413's user avatar
-2 votes
2 answers
75 views

Given an app that manages appointment bookings, I'm separately storing purchases, bookings made, or cancellations (some of them non-refundable) and am required to show the sum of these, based on ...
benomatis's user avatar
  • 105
8 votes
7 answers
10k views

As I got to know there are 256 possible combinations to get for 1 byte. If I understand it correctly, it should mean that you can display any number out of numbers 0-255 and this very number would use ...
treesarecool's user avatar
-1 votes
1 answer
645 views

I have a case in my startup where I need to fetch images in bytes as fast as possible. At the moment I'm storing the images in Azure Storage then I fetch them on the run and cache them into my ...
Faisal's user avatar
  • 107
4 votes
1 answer
2k views

I was reading this article, which talks about storing location-based information. The author says that while Latitude and Longitude info for the locations can be stored in a SQL database, retrieving ...
Ufder's user avatar
  • 254
-3 votes
1 answer
75 views

I'm wanting to store lots of data in cloud storage - like S3. I want some data to only be accessed by authorised users, one way I could do this is to authenticate the user on my service, download the ...
Tobi Akinyemi's user avatar
4 votes
2 answers
1k views

Sorry if this sounds like a stupid question I’m very new to this. So my question is; within modern computers memory address space is a byte long, so what would happen to the rest of the address space ...
jdow's user avatar
  • 184
0 votes
1 answer
1k views

Backstory In an effort to store partial and full downloads to file in a clean manner, I had utilized QSettings which stores its key value pairs in the INI format in a single file. https://doc.qt.io/qt-...
Anon's user avatar
  • 3,649
0 votes
1 answer
349 views

I am building a storage engine software that allows concurrent data writing, now I have two different choices here: Method 1. Background Long-Running Thread Multiple user threads write to their own ...
WoooHaaaa's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
10