hi

here is the odbc log file

odbc.log
<http://apache-ignite-users.70518.x6.nabble.com/file/t1892/odbc.log>  

My server configuration

  <igniteConfiguration
xmlns="http://ignite.apache.org/schema/dotnet/IgniteConfigurationSection";>
    <discoverySpi type="TcpDiscoverySpi">
      <ipFinder type="TcpDiscoveryStaticIpFinder">
        <endpoints>
          <string>127.0.0.1:47500..47509</string>
        </endpoints>
      </ipFinder>
    </discoverySpi>
    <dataStorageConfiguration>
      <defaultDataRegionConfiguration name="defaultregion"
maxSize="124288000"/>
      <dataRegionConfigurations>
        <dataRegionConfiguration name="DiskPersisted"
persistenceEnabled="true" maxSize="524288000" evictionThreshold="0.85"  />
        <dataRegionConfiguration name="Memonly" persistenceEnabled="false"
maxSize="524288000" evictionThreshold="0.9"/>
      </dataRegionConfigurations>
    </dataStorageConfiguration>
  </igniteConfiguration>


i have 1 table i am trying to view

{
  "tablename": "ESG_Focus",
  "fields": [
    {
      "name": "COMPANYID",
      "datatype": "java.lang.Integer"
    },
    {
      "name": "ESG_FOCUS_ITEM",
      "datatype": "java.lang.String"
    },
    {
      "name": "ESG_FOCUS_VALUE",
      "datatype": "java.lang.String"
    },
    {
      "name": "ID",
      "datatype": "java.util.UUID"
    },
    {
      "name": "RECORD_VALID_FROM",
      "datatype": "java.sql.Timestamp"
    },
    {
      "name": "RECORD_VALID_TO",
      "datatype": "java.sql.Timestamp"
    }
  ],
  "indexinfo": []
}







--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to