Skip to main content

Questions tagged [duplicate-keys]

0 votes
1 answer
135 views

I'm considering embarking on an operating system kernel project. One of the "features" that I intend it to have, is a mandatory access control framework that can be purposed to sandbox ...
DannyNiu's user avatar
  • 374
4 votes
4 answers
615 views

I have a huge amount of files (mostly documents like pdf ~80-90%, but also images, videos, webpages, audio etc.), somewhere around 3.8 millions of files which occupies ~7.8Tb of hard drive space on a ...
YoYoYo's user avatar
  • 149
-1 votes
2 answers
217 views

I am developing an app and I need to tackle a problem here. The app is kind of an e-commerce app where each user will be shown a list of items daily. The problem is, I need to keep a track of all the ...
coderahul94's user avatar
0 votes
2 answers
243 views

I have an array of records for bids (sample below in JSON). I would like to store this data in a relational database (Postegresql), however, the supplier data is not given with IDs, and there will be ...
Ryder Bergerud's user avatar
0 votes
1 answer
83 views

Let's say I want to model a phonebook. I would like a phonebook to be maintained in sorted order by name of the person that the phonebook entry is created for. However, since it is quite possible ...
Vladimir Stokic's user avatar