Chris W
Chris W
Hi, When I run the exporter against an Oracle instance, the metric displays as oracledb_tablespace{autoextend="NO",contents="TEMPORARY",database="redacted",dbinstance="redacted",name="TEMP",type="free"} 2.5764560896e+10 oracledb_tablespace{autoextend="NO",contents="TEMPORARY",database="redacted",dbinstance="redacted",name="TEMP",type="total"} 2.5769803776e+10 oracledb_tablespace{autoextend="NO",contents="TEMPORARY",database="redacted",dbinstance="redacted",name="TEMP",type="used"} 5.24288e+06 However, running the corresponding query below directly against the DB...
Hello, I wanted to test utilizing graphtage to compare XML files and created the simple XML structure as shown below. Running the compare with only a single attribute on an...
Hi, First I wanted to say that your work is very impressive and I feel could be applied in many different ways! As you are soliciting possible use cases for...
### What happens? The CSV auto import functionality does not seem to work correctly when there is a record that has embedded quotes and the record position is at some...
Select statement on a string field with a set limit returns quickly, but running it without the limit set hangs the query. ``` TensorBase :) select Region from sales limit...
Hi, This appears to be a command that is automatically issued by the postgres JDBC driver and the error returned by roapi prevents a successful connection in DBeaver ``` [2022-07-22T13:12:27Z...
It would be great if roapi enabled information_schema queries and related commands through the postgres interface. columnq supports this, but currently the errors below occur when attempting to access the...
Hello, When I create parquet files using **odbc2parquet**, columnq cannot read them and fails silently. These same files are able to be read without issue in duckdb and PowerBI. If...
### Steps to reproduce the behavior (Required) 1. Use MySQL Data Source in PowerBI to connect to a StarRocks instance. This requires installing the [Connector/NET 8.0.30](https://dev.mysql.com/downloads/connector/net/) Make sure to change...
Hello, There appears to be an issue with the rendering of block volumes attached to an instance under certain conditions. The only difference I can see between those compartments that...