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

Why not use a separate table for customization? Or even

just columns

16 ответов

64 просмотра

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?

Link-🪈 Автор вопроса
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

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

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

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта