Skip to main content

Questions tagged [storage]

Details on how data is being kept in memory/on disks, most frequently being applied to databases, media banks and backup-recovery solutions.

0 votes
0 answers
10 views

File Deleted After Update

My LibGDX game uses a single file to store settings and player progress. This code is used to read/write the settings (try/catch has been removed to keep this post short): public void save() { ...
Roguetroop's user avatar
0 votes
1 answer
43 views

List containers in the Azure Data Lake Storage

I'm trying to list the containers inside a specific directory within Azure Data Lake Storage account, but it doesn't seem to be any function that can handle this: Here is my hierarchy: assets root ...
Yasin Amini's user avatar
0 votes
0 answers
12 views

Supabase/Node.js duplex option is required when sending a body

If you're having a similar issue TypeError: RequestInit: duplex option is required when sending a body. at node:internal/deps/undici/undici:12618:11 at process.processTicksAndRejections (node:...
Nikuzo's user avatar
  • 3
-1 votes
0 answers
6 views

Can we make a "mobile data storage Device" not a data [closed]

Where should be learn about this? *That is should be "storing a empty data" likes mobile data I am expand detaile, u'r using mobile data and wifi or moodum,where that is comming from to u'r ...
Hari prasath's user avatar
-4 votes
0 answers
28 views

Hash table where multiple keys have same value [closed]

I have a bunch of triples (obj1 obj2 obj3). Is there an easy way to make a hash table where key either obj1 or obj2 or obj3 all point to the triple? I.e, rather than have three distinct pairs <...
gentsquash's user avatar
0 votes
0 answers
25 views

Store long kived accessTokens inside nextjs 14 and handle recurring refresh

I have a nextjs 14 web app which shows an instagram feed. To load the feed I implemented the Instagram Basic Display API. Currently I use an external service (Google Secrets Manager) to store the long ...
krm42's user avatar
  • 1
0 votes
1 answer
17 views

How to change Zustand storage from sessionStorage to localStorage or back based on the user selection

I need to be able to change Zustand storage at runtime, is it possible? import { create } from 'zustand' import { persist, createJSONStorage } from 'zustand/middleware' export const useBearStore = ...
mehran's user avatar
  • 1,366
-3 votes
0 answers
14 views

where are photos, taken in browser app camera, stored?

i took 4 photos for rentacar company,directly to their browser app and uploaded them.is there any possibilty, that they are stored somewhere in my mobile phone ?android redmi note 11,thank you some ...
Michal Dedinsky's user avatar
2 votes
1 answer
40 views

App Crashes Whenever Trying To Read File Saved Into Internal Storage In Android application

I'm trying to create a simple android application where value from a text field is saved into a file and is then later displayed on screen in a text composable on a button press, however the ...
Bob Rasner's user avatar
0 votes
0 answers
66 views

Change the active partition of LTO in c++

I've been trying to change the active partition of an LTO8 tape in Windows 10 pro using the following code snippet (which gcc compiles without any warnings) but can able to change offset low ...
Sher's user avatar
  • 1
0 votes
1 answer
25 views

Nextcloud Docker on Fedora: Data Directory Permissions Issue After Changing Mount Path

I deployed a Nextcloud Docker image on Fedora (uname -a outputs: 'Linux localhost.localdomain 6.8.7-300.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 17 19:21:08 UTC 2024 x86_64 GNU/Linux'). Initially, ...
NanCunChild's user avatar
1 vote
3 answers
128 views

Find subfolders using a lot of disk space

I'd love to write a bash script that helps me find opportunities for reducing disk usage. The script would accept 2 arguments: a parent folder (which for me will usually be /apps/), and a threshold (...
Ryan's user avatar
  • 23.3k
0 votes
0 answers
25 views

How do you create a file directory where you can change file paths for an Android app?

More specifically, how do you create folders that the user can move saved files in and out of by changing paths in an Android app? For example, a photo gallery app where you can create folders to put ...
Bob Rasner's user avatar
-2 votes
1 answer
86 views

Efficiently storing large numbers of large integers from Python to file

I have a large number of large integers, e.g. generated using: import random low = 10 ** 10 high = 10 ** 100 numbers = sorted([random.randint(low, high) for _ in range(10000000)]) It can be assumed ...
John's user avatar
  • 481
1 vote
0 answers
48 views

If a large table is created from another large table, is that new table saved as a separate entity, or a reference to the original table?

In my scenario, I have a very large dataset with over 25 million rows (call it table B), and that is created from another table that is even larger (call it table A). I have stored this new table B as ...
Andre's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
454