-
Couldn't load subscription status.
- Fork 0
Task N3 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| Disks_for_iops = iops / disk_iops = 7065 / 10000 = 1 Disk | ||
| Disks = 190 | ||
| Очевидно выбор SSD(SATA) = 57 x 100 TB, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну стоит охлаждать тут старые фото на HDD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А как это показать в цыфрах ?
| Disks_for_iops = iops / disk_iops = 3693 / 10000 = 1 Disk | ||
| Disks = 1 | ||
| Выбор SSD(nVME) - 2 x 12TB (С запасом, тут желательно получить обратный комнтарий - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не пойму, к чему относятся эти диски - нужно посчитать диски в разрезе по подсистемам
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут фиды (метадата), а вверху медиа была, они же в разных дисках будут находится
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тогда нужно расписать более понятно
| ### Фиды | ||
|
|
||
| Фиды по пользувателю | ||
| #### Оценка дисков(Теги) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Под теги будет отдельная БД?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
da
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Насколько такое нужно - вопрос
| @@ -0,0 +1,73 @@ | |||
| ## Схема БД | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Все будет в одной БД?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В целом нет не должно быть в одной бд. скоро разделю
| Table media_asset { | ||
| id uuid [pk] | ||
| owner_user_id uuid [ref: > users.id] | ||
| filename varchar(255) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Точно ли это нужно хранить?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
net
| ratings_avg numeric(3,2) | ||
| } | ||
| Table media_asset { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Зачем вообще нужна вся эта метаинформация?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Уберу)
No description provided.