169 похожих чатов

Why not use a separate table for customization? Or even

just columns

16 ответов

60 просмотров

What if there are a lot of things that can be customized. How do you store it for 1 million users?

⟨ Simon | Schürrle ⟩
you have a column per setting?

So if the app have 100 customizable thing, you will create 100 column in the table?

⟨ Simon | Schürrle ⟩
sure

And later when the app have 200 customization, you add another 100 column? And for 1 million users, you create it for 1 mil rows?

Bread pup-▲⬤ ×▫︎ Автор вопроса
Sharuzzaman Ahmat Raslan
So if the app have 100 customizable thing, you wil...

You'd have to create them in the multiple dbs per user scheme as well

Thomas
Yes?

Ok. If I'm designing the app, I would just give each user their own DB for their own setting. Because if I had 1 mil user, removing 1 mil connection to DB just to get timezone should be much better

Sharuzzaman Ahmat Raslan
Ok. If I'm designing the app, I would just give ea...

Your app won't support 1 million users with that design

Sharuzzaman Ahmat Raslan
Ok. If I'm designing the app, I would just give ea...

right and opening 1 million files is so much better :D

Sharuzzaman Ahmat Raslan
Ok. If I'm designing the app, I would just give ea...

You completely ignore that fact that finding the correct DB you need to open by a userid is not different than finding the relevant row in a single DB, and it'll have worse performance

demon with L
ever heard about sqlite?

This discussion is about giving each user their own sqlite

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
program test; {$mode delphi} procedure proc(v: int32); overload; begin end; procedure proc(v: int64); overload; begin end; var x: uint64; begin proc(x); end. Уж не знаю...
notme
6
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
вы делали что-то подобное и как? может есть либы готовые? увидел картинку нокода, где всё линиями соединено и стало интересно попробовать то же в ddl на lua сделать. решил с ч...
Victor
8
Ребят в СИ можно реализовать ООП?
Николай
33
Подскажите пожалуйста, как в CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean); получить наз...
A Z
7
Карта сайта