Size: a a a

PostgreSQL + 1C + Linux

2020 August 20

ВС

Валерий Сергеев... in PostgreSQL + 1C + Linux
Сергей Голод
виртуализировать. Как клиенты будут подключаться - тонкими клиентами с личных ПК или RemoteApp/RDP? Размер ИБ?
Тонкими. 58Гб.
источник

I

IDDQD in PostgreSQL + 1C + Linux
Валерий Сергеев
Всем привет. Поделитесь из опыта конфигами железа на сервер для postgresql + 1c сервера на centos для ~100 единовременных коннектов. И как лучше сделать, все на одном или на разные разнести? Спасибо.
Xeon >3300Ghz 64Gb Ram, nvme  диски, база не большая, будет летать
источник

СГ

Сергей Голод... in PostgreSQL + 1C + Linux
Xeon E2176, 64 RAM, 2 x SSD (enterprise nvme). Ну можно памяти до 128, хотя и 64 хватит на мой взгляд. Это одна конфигурация или несколько?
источник

СГ

Сергей Голод... in PostgreSQL + 1C + Linux
IDDQD
Xeon >3300Ghz 64Gb Ram, nvme  диски, база не большая, будет летать
+++
источник

ВС

Валерий Сергеев... in PostgreSQL + 1C + Linux
Сергей Голод
Xeon E2176, 64 RAM, 2 x SSD (enterprise nvme). Ну можно памяти до 128, хотя и 64 хватит на мой взгляд. Это одна конфигурация или несколько?
Одна. А лучше на одной машине или разнести 1с сервер и бд?
источник

СГ

Сергей Голод... in PostgreSQL + 1C + Linux
Валерий Сергеев
Одна. А лучше на одной машине или разнести 1с сервер и бд?
виртуализировать. но СУБД лучше в контейнере сделать или на самом хосте
источник

СГ

Сергей Голод... in PostgreSQL + 1C + Linux
у неё самая большая нагрузка на диск будет. Для остального виртуализация не страшна
источник

СГ

Сергей Голод... in PostgreSQL + 1C + Linux
Сергей Голод
виртуализировать. но СУБД лучше в контейнере сделать или на самом хосте
потом при необходимости намного проще будет масштабироваться - ВМ с 1С-сервером просто уедет на отдельную железку
источник

SZ

Sergey Zhemoitel in PostgreSQL + 1C + Linux
и не забыть настроить правильно постгрю, иначе и при таких ресурсах все будет лагать безбожно
источник

П

Павло Михайлович... in PostgreSQL + 1C + Linux
Sergey Zhemoitel
и не забыть настроить правильно постгрю, иначе и при таких ресурсах все будет лагать безбожно
А если за тюнинг не хотять платить?
источник

SZ

Sergey Zhemoitel in PostgreSQL + 1C + Linux
Павло Михайлович
А если за тюнинг не хотять платить?
ну заплатят потом куда больше, гы
источник

П

Павло Михайлович... in PostgreSQL + 1C + Linux
Как правило так и происходить
источник

ВС

Валерий Сергеев... in PostgreSQL + 1C + Linux
Спасибо.
источник

DR

Dark Reaper in PostgreSQL + 1C + Linux
*question 1*
Design a database for school management system. This system will be able to perform following functionalities: System could register the different classes having information like class id, class name System could register students having information like their registration number, name, father name, class name, phone number and address. System could register teachers according to their qualification having information; id, name, cell no, qualification and salary. System could register subjects having information like subject id, subject name and credit hrs. In this system user can allocate one and more than one subjects to every teacher. System could keep the record of results of every students having information like student_regno, student name, subjects, obtained marks, total marks and status (fail/pass). System could manage the fee records of students having information like; student name, class name, month, payment date, paid amount. System could keep the record of attendance of every students on daily basis having information like; student_reg_no, student name, attendance date, status(present/absent). Question (part a): draw complete normalize ERD of the above mentioned requirement. Identify primary key and relationship degree of table if having. Question: (Part b) Convert these relational tables (which you create in solution of question no 1) into logical database (in Microsoft Sql Server) and then make a diagram (ERD) from your Sql server. Name of this database must be your Name & registration number as mentioned in University Portal like (Haseeb_1403). Insert 3 rows in each table. Upload your Diagram (ERD pic) in Answer sheet. And also write the sql syntax of table creation and insertion etc in answer sheet. Note: In part b answer you have to write queries which you have written for table creation and data insertion. & then at the end
источник

DR

Dark Reaper in PostgreSQL + 1C + Linux
Dark Reaper
*question 1*
Design a database for school management system. This system will be able to perform following functionalities: System could register the different classes having information like class id, class name System could register students having information like their registration number, name, father name, class name, phone number and address. System could register teachers according to their qualification having information; id, name, cell no, qualification and salary. System could register subjects having information like subject id, subject name and credit hrs. In this system user can allocate one and more than one subjects to every teacher. System could keep the record of results of every students having information like student_regno, student name, subjects, obtained marks, total marks and status (fail/pass). System could manage the fee records of students having information like; student name, class name, month, payment date, paid amount. System could keep the record of attendance of every students on daily basis having information like; student_reg_no, student name, attendance date, status(present/absent). Question (part a): draw complete normalize ERD of the above mentioned requirement. Identify primary key and relationship degree of table if having. Question: (Part b) Convert these relational tables (which you create in solution of question no 1) into logical database (in Microsoft Sql Server) and then make a diagram (ERD) from your Sql server. Name of this database must be your Name & registration number as mentioned in University Portal like (Haseeb_1403). Insert 3 rows in each table. Upload your Diagram (ERD pic) in Answer sheet. And also write the sql syntax of table creation and insertion etc in answer sheet. Note: In part b answer you have to write queries which you have written for table creation and data insertion. & then at the end
Hey guys
Hello me
источник

dd

drew demin in PostgreSQL + 1C + Linux
Please ask the questions russian language
источник

dd

drew demin in PostgreSQL + 1C + Linux
It's russian language xhat room
источник

dd

drew demin in PostgreSQL + 1C + Linux
Xchat=chat
источник

is

igor schemelev in PostgreSQL + 1C + Linux
Dark Reaper
*question 1*
Design a database for school management system. This system will be able to perform following functionalities: System could register the different classes having information like class id, class name System could register students having information like their registration number, name, father name, class name, phone number and address. System could register teachers according to their qualification having information; id, name, cell no, qualification and salary. System could register subjects having information like subject id, subject name and credit hrs. In this system user can allocate one and more than one subjects to every teacher. System could keep the record of results of every students having information like student_regno, student name, subjects, obtained marks, total marks and status (fail/pass). System could manage the fee records of students having information like; student name, class name, month, payment date, paid amount. System could keep the record of attendance of every students on daily basis having information like; student_reg_no, student name, attendance date, status(present/absent). Question (part a): draw complete normalize ERD of the above mentioned requirement. Identify primary key and relationship degree of table if having. Question: (Part b) Convert these relational tables (which you create in solution of question no 1) into logical database (in Microsoft Sql Server) and then make a diagram (ERD) from your Sql server. Name of this database must be your Name & registration number as mentioned in University Portal like (Haseeb_1403). Insert 3 rows in each table. Upload your Diagram (ERD pic) in Answer sheet. And also write the sql syntax of table creation and insertion etc in answer sheet. Note: In part b answer you have to write queries which you have written for table creation and data insertion. & then at the end
Where is the question?😁  How w much money u need too create this system on 1c app?
источник

a

amindomao in PostgreSQL + 1C + Linux
доброго утра

коллеги, по какой причине могла слететь лицензия в конфигуруции с выделенным сервером лицензий?

есть две виртуальные машины в 1с кластере, обе на centos7 - postgres+1c и сервер лицензирования c активированным многопользовательским ключем
источник