Size: a a a

ClickHouse не тормозит

2020 August 19

O

Ovseiko in ClickHouse не тормозит
Переслано от Ovseiko
И я не пойму, то ли данные на диск не складываются и хранятся в оперативке, то ли это про нехватку места на диске
источник

O

Ovseiko in ClickHouse не тормозит
Переслано от Ovseiko
Сами запросы больше не становятся
источник

O

Ovseiko in ClickHouse не тормозит
Переслано от Denny Crane (I don't...
источник

O

Ovseiko in ClickHouse не тормозит
Я так же получаю ошибку про нехватку памяти,

Использовать
<max_server_memory_usage_to_ram_ratio>2</max_server_memory_usage_to_ram_ratio>
думаю не лучшее решение
источник

DC

Denny Crane (I don't... in ClickHouse не тормозит
исправлено, а если input_format_parallel_parsing=0 тоже ошибка?


>maximum: 953.67 MiB
эээхххх, я пытался протолкнуть в доку требование что минимум памяти у КХ сервера 32ГБ, но не прокатило.
В общем с 953.67 MiB это все бессмысленные телодвижения которые не хочется обсуждать.
источник

D

Dj in ClickHouse не тормозит
дубль 2) помогите

добрый день, никто не знает как перевести тип UInt64/32 или Decimal в тип bitmap, чтобы дальше делать bitmapToArray

https://clickhouse.tech/docs/en/sql-reference/functions/bitmap-functions/#bitmap_functions-bitmapbuild
источник

C

Combot in ClickHouse не тормозит
Total messages: 177160
источник

D

Dj in ClickHouse не тормозит
Dj
дубль 2) помогите

добрый день, никто не знает как перевести тип UInt64/32 или Decimal в тип bitmap, чтобы дальше делать bitmapToArray

https://clickhouse.tech/docs/en/sql-reference/functions/bitmap-functions/#bitmap_functions-bitmapbuild
точнее нужно подобие bitmapBuild(UInt32/64/Dec128) или способ напрямую из UInt32/64/Dec128 в массив битов...
источник

DT

Dmitry Titov in ClickHouse не тормозит
Dj
точнее нужно подобие bitmapBuild(UInt32/64/Dec128) или способ напрямую из UInt32/64/Dec128 в массив битов...
SELECT bitmaskToArray(100);
есть такое
источник

D

Dj in ClickHouse не тормозит
Dmitry Titov
SELECT bitmaskToArray(100);
есть такое
оно самое!, спасибо, так и знал что есть такое )
источник

DT

Dmitry Titov in ClickHouse не тормозит
точнее, я не знал что такое есть :)
источник

D

Dj in ClickHouse не тормозит
Dmitry Titov
точнее, я не знал что такое есть :)
не, я знал и чуял что оно есть, но перерыв все не нашел... (
источник

DT

Dmitry Titov in ClickHouse не тормозит
Dj
не, я знал и чуял что оно есть, но перерыв все не нашел... (
Ее запрятали в Encoding, в этом в принципе есть своя логика,
но я пошел в первую очередь искать в bitmap и в bit. в Encoding я зашел только когда по очереди начал пролистывать все подразделы.
источник

D

Dj in ClickHouse не тормозит
Dmitry Titov
Ее запрятали в Encoding, в этом в принципе есть своя логика,
но я пошел в первую очередь искать в bitmap и в bit. в Encoding я зашел только когда по очереди начал пролистывать все подразделы.
я выборочно смотрел, мне и в голову просто не могло прийти... а system.functions заглянуть тоже мозгов не хватило
источник

DT

Dmitry Titov in ClickHouse не тормозит
Dj
я выборочно смотрел, мне и в голову просто не могло прийти... а system.functions заглянуть тоже мозгов не хватило
В system.functions я глазами пробежался, но ее не заметил:)
источник
2020 August 20

F

FatMaNikita in ClickHouse не тормозит
Поднял Clickhouse в яндекс.облаке. Подскажите, как подключить его к dbeaver через jdbc? какие настройки указывать?
источник

DC

Denny Crane (I don't... in ClickHouse не тормозит
FatMaNikita
Поднял Clickhouse в яндекс.облаке. Подскажите, как подключить его к dbeaver через jdbc? какие настройки указывать?
поищите  в этом чате: jdbc ssl

https://t.me/clickhouse_ru/107908
источник

AP

Anton Patsev in ClickHouse не тормозит
/report
источник

DR

Dark Reaper in ClickHouse не тормозит
*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 ClickHouse не тормозит
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
Some body help me
источник