BigObject Analytics 1.x
BigObject Release 1.9.2 (Mar, 06, 2024)
- Support NULL values.
- New timestamp datatype supports sub-second precision.
- Add string function: HEX.
- FULL keyword is deprecated.
- DATETIMEDOS is deprecated.
- Avro streaming support is deprecated.
- Many bug fixes.
BigObject Release 1.9.1 (Apr, 21, 2022)
- Improve insertion performance.
- Bug fixes.
BigObject Release 1.9.0 (Apr, 21, 2022)
- New aggregate functions: FIRST and LAST.
- Add table and column comment.
- Improve joins on different types.
- Bug fixes.
BigObject Release 1.8.9 (Jan, 28, 2022)
- New math function: TRUNCATE.
- New spatial functions: DEGREES, ST_AZIMUTH, ST_AZIMUTH_GEOM, ST_MAKEPOINT, and ST_MAKELINE.
- New string functions: LTRIM and SUBSTRING.
- New utility functions: AES_DECRYPT and AES_ENCRYPT.
- New vector function: F32VEC_DIST.
- New management statement: create/drop user, grant/revoke privileges, and show cluster tables.
- Improve show cluster information.
- Logging mechanism.
- Auto cluster query.
- SSL connection.
- Bug fixes.
BigObject Release 1.8.8 (June, 25, 2021)
- Add datetime functions: ADDDATE, CURDATE, DATE, DAYOFMONTH, DAYOFWEEK, FROM_DAYS, SUBDATE, TO_DAYS, TIME, and TIME_TO_SEC.
- Add string functions: LEFT, RIGHT, and RTRIM.
- Bug fixes.
BigObject Release 1.8.7 (Dec, 31, 2020)
- New geometry data types: POINT, LINESTRING, POLYGON, MULTIPOLYGON.
- New geohash function: ST_POINTFROMGEOHASH.
- New functions for POINT: ST_X, ST_Y, ST_DISTANCE_SPHERE.
- New geometry format functions: ST_ASTEXT, ST_ASGEOJSON.
- New spatial functions: MBRINTERSECTS, ST_ENDPOINT, ST_INTERSECTS, ST_STARTPOINT, ST_WITHIN.
- Bug fixes.
BigObject Release 1.8.6 (Mar, 24, 2020)
- Add math functions: PI, SIN, and COS.
- Add string functions: LOWER and UPPER.
- Add geohash functions: GEOHASH and ST_GEOHASH.
- New GH_NEIGHBORS and GH_EXPAND table operators.
- Support OUTER JOIN and simple RANGE JOIN.
- Support INSERT ON DUPLICATE KEY UPDATE.
- Bug fixes.
BigObject Release 1.8.5 (May, 14, 2019)
- Enhance GET statement.
- Bug fixes.
BigObject Release 1.8.4 (Apr, 18, 2019)
- Add aggregate functions: MEDIAN and QUANTILE.
- Add APPROXIMATE MEDIAN and APPROXIMATE QUANTILE for BigObject cluster.
- Add PIVOT/UNPIVOT clause.
- BUILD PIVOT TABLE command is deprecated.
- New DateTime functions: DATE_TRUNC and TIME_BUCKET.
- Bug fixes.
BigObject Release 1.8.3 (Jan, 29, 2019)
- Allow BigObject Cluster setup to register multiple masters and filter exposed databases.
- New string function: LENGTH.
- Allow UPDATE to set value with expression.
- Bug fixes.
BigObject Release 1.8.2 (Nov, 09, 2018)
- Enhance BigObject Cluster setup with auto registration.
- New datetime function: ADDTIME, SUBTIME.
- FIND statement is temporarily removed.
- Bug fixes.
BigObject Release 1.8.1 (Sep, 28, 2018)
- Supports BigObject Cluster.
- Add CLUSTER SELECT statement for BigObject Cluster.
- Add GROUP_CONCAT aggregate function.
- Add OPTIMIZE statement to reduce space of deletable tables.
- Enhance Lua table function find() for indexed tables.
- Add utility functions: GROUP_RANK, GROUP_ROW_NUMBER.
- Add math functions: ROUND, CEIL, FLOOR.
- Support MySQL Workbench 8.0.
- Support UNION operator.
- Bug fixes.
BigObject Release 1.8.0 (Mar, 09, 2018)
- Add time-bounded sliding table.
- Enable SELECT on specified time window for sliding tables via LAST, SINCE, or BETWEEN clause.
- Support many-to-many LEFT/INNER JOIN.
- New math functions: SQRT and POW.
- New datetime function: STR_TO_DATE.
- New string function: RPAD.
- CAST function supports more types.
- Bug fixes.
BigObject Release 1.7.2a (Dec, 26, 2017)
- Add RENAME TABLE statement.
- Add FORMAT function to convert FLOAT and DOUBLE to CHAR with specified precision.
- Bug fixes.
BigObject Release 1.7.1a (Sep, 27, 2017)
- New data type IPv4 and IPv6.
- New datetime functions: DATE_FORMAT, NOW, TIMEDIFF, TIMESTAMP, and TIME_SEG.
- New string functions: CONCAT, LPAD, and SUBSTR.
- New functions: CUMSUM and DIFF, DATEDIFF, and CUT.
- Bug fixes.
BigObject Release 1.7a (Jan, 25, 2017)
- Add table sampling via FILTER BY SAMPLE clause.
- New aggregate function CORR.
- Supports read only file system.
- Bug fixes.
BigObject Release 1.6.1a (July, 15, 2016)
- Improve MySQL protocol performance.
- Add data type CHAR.
- Add standard and population variance function.
- Impose restriction on maximum length of string data types.
- Allow append to pivot table.
- Enhance compatibility for tableau live connection.
- Change DATETIME32 to DATETIMEDOS and add new data type DATETIME32.
- Bug fixes.
BigObject Release 1.6a (May, 27, 2016)
- Add column-based table.
- New HTTP interface API.
- Add distinct count function.
- Remove restrictions on table key.
- Bug fixes.
BigObject Release 1.5a (Feb, 19, 2016)
- Add MySQL Protocol to support mysql client.
- Support MySQL Workbench and tableau via MySQL ODBC driver.
- Add LOAD command to load csv file.
- Add streaming in protocol for avro and csv.
- Column group table is deprecated.
- Improve API performance.
- Bug fixes.
BigObject Release 1.4a (Nov, 25, 2015)
- Add boost_level to adjust performance and memory usage.
- Support Tableau via ODBC.
- New column group table.
- Support DELETE for table created with keyword DEFAULT.
- Bug fixes.
BigObject Release 1.3a (Oct, 8, 2015)
- New trans-pivot analytics feature to create pivot tables from a table object.
- Allow tree path specified by index in a GET/APPLY statement.
- Improve restful API performance.
- Add function numColumns() for table in lua programming.
- Bug fixes.
BigObject Release 1.2a (Aug 10, 2015)
- Enable restful API with either direct or scan-based data retrieval scheme.
- New in-place programming framework via lua script.
- New csv smart uploader in web-based BigObject shell.
- Add aggregation function: STD/STDSAMP.
- Add ALTER command to add key/change column name.
- Bug fixes.
BigObject Release 1.1a (May, 20, 2015)
- New restful API.
- New table object.
- Allow customized Lua function in Find statement.
- Bug fixes.
- Docker release.
BigObject Release 1.0a (January, 15, 2015)
- Find by filter.
- Find by pattern.
- Discover by association.
- API for Java, JavaScript(node.js), PHP, Ruby and Python.
- Support several D3.js components.