pkousha
pkousha
I am using ZFP for 4MB buffer to compress on AMD GPUs and compared to the numbers that I have for NVIDIA there is a huge delay for compression side...
Hi I am getting errors for supporting uint64_t values insertions into influxDB What is your suggestion to fix this? ``` test.cpp:122:114: error: cannot convert ‘long long unsigned int’ to ‘const...
I was wondering if I can set multiple timestamps for a point like start and end and name them. Also, I like to update the timestamps. How should I do...
Hi, I am trying to use your library to be integrated to my C program. unfortunately I do not see any tutorial on how to use APIs and examples. Could...
Hi Fabian, Thanks for helping me. You have a very interesting work that helps. I compiled ndzip with benchmark options and when running I see the following error: ``` $...
I did ``` git clone --recursive https://github.com/ClickHouse/clickhouse-cpp.git``` then ``` make -DBUILD_TESTS=ON -DCMAKE_CXX_FLAGS="-std=c++17" -DCMAKE_CXX_COMPILER=/opt/gcc/7.5.0/bin/g++ -DCMAKE_C_COMPILER=/opt/gcc/7.5.0/bin/gcc -DCMAKE_EXE_LINKER_FLAGS="-L/opt/gcc/7.5.0/lib64" -DCMAKE_INSTALL_PREFIX:PATH=/home/kousha.2/projects/clickhouse-cpp/build/install-dir .. -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification...
Hi, TL;DR: I am getting bad_alloc error when creating clickhouse connections on a node that used to run clickhouse fine. I have clickhouse-cpp and clickhouse-server set up on a centOS...