Ibrar Ahmed

Results 21 comments of Ibrar Ahmed

Regarding PostgreSQL-15 support for pg_stat_monitor. 1 - We need to add this line to Makefile ``` ifneq (,$(findstring PostgreSQL15,$(MAJOR))) CP := $(shell cp pg_stat_monitor--1.0.15.sql.in pg_stat_monitor--1.0.sql) endif ``` It will not...

I used this connection string Driver={/usr/lib/libclickhouseodbc.so}; url=http://:@ 127.0.0.1:8123/query?database=db&max_result_bytes=14000000&buffer_size=3000000;http_connection_timeout=10000;http_send_timeout=10000;http_receive_timeout=10000 But still getting the same timeout error. On Wed, May 29, 2019 at 7:26 AM filimonov wrote: > You can just provide...

Hi, This timeout error is random, here is the isql example. ``` SQL> SELECT l_orderkey, l_extendedprice, l_discount FROM db.lineitem WHERE ((l_shipdate > '1995-03-22')); [S1000]Timeout: [ISQL]ERROR: Could not SQLExecute SQL> After...

Let me take a look at that On Mon, Jul 15, 2019 at 5:35 PM Josefina Estevez wrote: > Reopened #21 . > > — > You are receiving this...

The tuples do not store in an ordered way in the database. When we are applying the "order by clause" in PostgreSQL so it is possible to have a different...

On Sun, Aug 25, 2019 at 1:04 PM Kale wrote: > Hello. I've got the same issue seems. As mentioned, the results are > different at pg and clickhouse. >...

Sol - 1: Can you please share your clickhouse and Postgres table? I will check it for you. Sol - 2: 1 - ulimit -c unlimited 2 - run your...

Ok, you mean same query crash on every third run? On Wed, Apr 10, 2019 at 9:02 PM Tom van Tilburg wrote: > > Will do. In the meantime: the...

If you have a simple query, please share with me. By looking at the stack-trace everything ok till the clickhousedb_fdw and it crash in ODBC driver. On Thu, Apr 11,...

Run the server with debug level 2 and send me the server log. On Thu, Apr 11, 2019 at 11:18 PM Tom van Tilburg wrote: > I've been trying to...