# iotdb-web **Repository Path**: optcode/iotdb-web ## Basic Information - **Project Name**: iotdb-web - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-07 - **Last Updated**: 2023-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README iotDb支持数据类型 6种 BOOLEAN((byte)0), INT32((byte)1),INT64((byte)2),FLOAT((byte)3),DOUBLE((byte)4),TEXT((byte)5)); Java基本类型共有八种,基本类型可以分为三类,字符类型char,布尔类型boolean以及数值类型byte、short、int、long、float、double To use IoTDB, you need to have: Java >= 1.8 (1.8, 11 to 17 have been verified. Please make sure the environment path has been set.) Maven >= 3.6 (if you want to install IoTDB by compiling the source code) Set the max open files num as 65535 to avoid "too many open files" problem. (Optional) Set the somaxconn as 65535 to avoid "connection reset" error when the system is under high load. # Linux sudo sysctl -w net.core.somaxconn=65535 # FreeBSD 或 Darwin sudo sysctl -w kern.ipc.somaxconn=65535 5层目录展现格式 root.ln.wf01.wt01.status