JM
11/29/2022, 10:21 AMBolek Ziobrowski
11/29/2022, 10:34 AMselect * from all_tables();
?Nicolas Hourcard
11/29/2022, 10:35 AMJM
11/29/2022, 10:54 AMselect * from tables();
and select * from all_tables();
return the columns, but no rows.
As for the logs, I have yet to find them. What would be the default location (I have not modified the log.conf). I only mapped the questdb home folder between the system and the container.
I cannot guarantee that I can share the logs, since it may contain data I am not allowed to share.
Unfortunate that DBeaver is not supported (yet) but I will have to deal with it. Is there a recommended tool aside from the browser interface?Bolek Ziobrowski
11/29/2022, 10:56 AMJM
11/29/2022, 11:06 AM2022-11-29T11:01:29.379524Z I http-server connected [ip=<removed>, fd=1587]
2022-11-29T11:01:29.380892Z I i.q.c.h.p.JsonQueryProcessorState [1587] exec [q='select * from all_tables()']
2022-11-29T11:01:29.380907Z I i.q.c.h.p.QueryCache hit [thread=questdb-shared-2, sql=select * from all_tables()]
2022-11-29T11:01:29.380915Z I i.q.c.h.p.JsonQueryProcessorState [1587] execute-cached [skip: 0, stop: 1000]
2022-11-29T11:01:29.381100Z I i.q.c.h.p.JsonQueryProcessorState [1587] timings [compiler: 0, count: 0, execute: 214916, q=`select * from all_tables()`]
2022-11-29T11:01:29.381142Z I i.q.c.h.p.JsonQueryProcessor all sent [fd=1587, lastRequestBytesSent=388, nCompletedRequests=9, totalBytesSent=191002]
2022-11-29T11:01:29.381168Z I i.q.c.h.p.QueryCache push [thread=questdb-shared-2, sql=select * from all_tables()]
Thank you for the tips. I only started working with open source stacks fairly recently ago 🙂Bolek Ziobrowski
11/29/2022, 11:16 AMJM
11/29/2022, 11:24 AMBolek Ziobrowski
11/29/2022, 11:28 AMJM
11/29/2022, 11:29 AM{"query":"SELECT * FROM all_tables();","columns":[{"name":"table","type":"STRING"}],"dataset":[],"count":0}
I will also check with the developer consoleAntonio Jimenez
11/29/2022, 11:29 AMJM
11/29/2022, 11:44 AMAntonio Jimenez
11/29/2022, 11:45 AMBolek Ziobrowski
11/29/2022, 11:45 AMAntonio Jimenez
11/29/2022, 11:45 AMJM
11/29/2022, 11:47 AMBolek Ziobrowski
11/29/2022, 11:48 AMNicolas Hourcard
11/29/2022, 1:43 PM