登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
本周六 · 上海源创会,一起聊聊AI Agent 构建与应用
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
258
刚爬上网的猪
/
TDengine
forked from
TDengine
/
TDengine
确定同步?
同步操作将从
TDengine/TDengine
强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
删除在远程仓库中不存在的分支和标签
同步 Wiki
(当前仓库的 wiki 将会被覆盖!)
取消
确定
代码
Issues
0
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
ver-1.6.6.1-beta
develop release notes: Fix bugs and refactor code: 1. Avoid the retry efforts to consume too many CPU time in getting first available cache slot 2. Fix invalid free bug. 3. Fix sub/pub bug in returning data to client 4. Filter only sliding query. 5. Fix the crash when skey is less than ekey. 6. Fix bugs founded in regression test(reverse scan failed). 7. Fix __compar_fn_t build issue on Mac 8. Fix invalid write when assign the ip address at the client side. 9. Refactor code for sliding query processing 10. Refactor extbuffer model. 11. Refactor code for query intermeidate buffer. 12. Remove redundant codes 13. Fix bugs in regression test. 14. Fix query bugs. 15. Fix bugs found in regression test. 16. Modify default value of memory for aarch32 version 17. Modify compile scripts 18. Fix pHeader->tranId use the wrong method when assigning 19. Fix tpercentile link issue on Mac (and Windows) 20. Add description in the document: the time range that the database allows to insert records 21. Docker compile modify and doc modify 22. Refactor subscribe feature, and update corresponding documents 23. Modified the format of query result for Grafana plugin, seperate the data into divided arrays, one result array per table, with the tags as the label. Therefor "select * from super-table-name" will work well in the Grafana query. 24. Fix bug: describing super table causes crash, when add one tag and the data type of tag is wrong 25. Fix bug: the error result of show databases for no root user 26. Fix bug: Add additional check when super table uid is 0, Compatible with the case of super table with uid 0. 27. Fix a typo 28. Fix the crash when ctrl+c is triggered when querying super table. New feature: 1. Add six new functions for supporting rate/irate/sum_rat/sum_irate/avg_rate/avg_irate
0b5b412
2020-03-03 17:23
下载
ver-1.6.5.6
1, Describing super table causes crash, when add one tag and the data type of tag is wrong 2, The error result of show databases for no root user 3, Add additional check when super table uid is 0. 4, Fix a typo 5, Compatible with the case of super table with uid 0 6, Fix the crash when ctrl+c is triggered when querying super table. 7, Support input 'nan' or '-nan' for double/float. 8, Modified the format of query result for Grafana plugin, seperate the data into divided arrays, one result array per table, with the tags as the label. Therefor "select * from super-table-name" will work well in the Grafana query.
326a99b
2020-03-03 15:31
下载
ver-1.6.5.5-fnk
release this version to fanake for compatible.
4ad876d
2020-02-19 18:47
下载
ver-1.6.6.0-beta
fix bugs: 1. kill connection failed 2. fix memroy leaks new feature: 1. support aarch32 2. add union
1d49be6
2020-02-09 18:48
下载
ver-1.6.5.5
update modify package name.
918cb22
2020-02-09 10:41
下载
ver-1.6.5.4
Add an option to control the meaning of affected rows
3264067
2020-02-05 10:56
下载
ver-1.6.4.6
fixed bugs 1) Add column and import cause " TDengine Error: others" 2) Data file corruption during multi-copy synchronization 3) enhancements 1) Enhanced security permissions
0d2351b
2020-01-13 13:52
下载
ver-1.6.5.3.aidong-beta
add some log for parsing insertion SQL and showing complete insertion SQL
0ad471e
2020-01-04 18:45
下载
ver-1.6.5.3-beta
enhancements 1) In the query of super tables, all subquery objects are prepared before lauching and some checks for global status check are added; 2) Failed login information would be store in the 'log' database and the access to this database has be limited;
0ad471e
2020-01-04 18:45
下载
ver-1.6.5.2-beta
fixed bugs 1) query results could be incorrect when sorting the results by descending timestamp and using offset/limit 2) query of last record could lead to server crash 3) the display could be incorrect when show vnodes [dnodeIp] 4) Group by normal column may result in server crash enhancements 1) add support for customized template variable for query alias in the grafana 2) add support for Alpine Linux 3) avoid repetitively parsing the same table when inserting records into multiple tables in a batch 4) accelerate the speed of writing into a database with multiple replicas by redirecting the request to the master vnode 5) allow dropping database and inserting data to be concurrently executed
ef44bf6
2020-01-03 13:23
下载
ver-1.6.4.5
fixed bugs 1) in the windows query results from grouping by a nchar column could be inconsistent with that from taos cliEnt shell in the linux 2) query of last record could lead to server crash 3) both inserting data and creating dropped tables would fail if setting 'tables' option to 1 enhancements ) avoid repetitively parsing the same table when inserting records into multiple tables in a batch 2) accelerate the speed of writing into a database with multiple replicas by redirecting the request to the master vnode 3) clarify the error message when importing multiple files
9149d09
2019-12-31 18:37
下载
ver-1.6.5.1-beta
2ea7143
2019-12-20 19:38
下载
ver-1.6.4.4
1.#952 Logical error when setting read and write permissions for the user 2.#949 SQL statement `show connections` may cause crash 3.#946 Filter on all NULL value cause the server crashed 4.#928 Use multi-threading to import all SQL files in the directory separately 5.Asynchronous query loop too many times when pulling cache
46dd88a
2019-12-20 15:20
下载
ver-1.6.5.0-beta
1.Better support for publicIP 2.Use object reference to manage the life cycle for the QInfo object 3.The server crashed when tag group by 4.Some problems in join statement 5.Remove warning from compiler
2b09a97
2019-12-12 09:44
下载
ver-1.6.4.3
1.Vnode may fail to recycle when deleting database 2.The error code returned by the aggregation calculation is incorrect
7301d83
2019-12-10 19:30
下载
ver-1.6.4.2
1.Dealing with duplicate vgroup numbers
bcc03ba
2019-12-06 14:24
下载
ver-1.6.4.1
1.The data of the original schema can still be written after the table schema is modified 2.Fixed bug when reading restful interface data 3.Modify the package name
893fac9
2019-12-02 21:37
下载
ver-1.6.4.0
faca808
2019-12-01 13:24
下载
ver-1.6.3.1
1. #494 #478 fix the bug that the setLocale function return wrong value to cause both the TDengine and Shell fail to launch 2. #642 add druid pool support 3. #643 when aggregating by days, the calculation doesn't start from 00:00:000 in this day 4. #645 multi-db switch may cause the table created in a wrong database 5. #657 RPC module frees the msg body while other threads still access that struct to cause the SIGSEGV error. 6. #659 importing history data which spans multiple files may cause head file corrupte 7. #660 non-atomic allocating cache block and inserting data into cache block cause the check data in cache failure 8. #677 no client can connect to server since no free sessions available
1734f38
2019-11-07 13:42
下载
ver-1.6.3.0
This version fixes the following bugs 1. #544 Fix race in jni initialization 2. #560 First/last query on metric may cause server crash 3. #564 Enables the grafana connector to support microsecond precision databases 4. #569 Fix the possibility of random memory access in http module 5. #568 Create table statement may cause server crash 6. #570 Failed to set the error code if client (taos) version is not matched with server(taosd) version 7. #571 Memory leak exists when parsing a "create-table" sql expression 8. #584 Enable the hash table of the cache to automatically resize as the elements of data added into the cache. 9. #604 Taos_print_row may put the null-terminal into the final string 10. #606 Add the UID check for each data block that is submitted to the vnode 11. #608 Int hash function is available for bigint that are greater than INT32_MAX and negative integers 12. #614 Import file cause shell crash 11. #619 Release taos-jdbcdriver.jar to maven central repo 12. #621 Update english single quote and less than or equal to <= 13. #623 Fixed bugs relating to timestamps for node connector New features in this version 1. close the monitor and clear client logs from taos client terminal 2. support group by the normal column 3. retrieve the metadata in a batch in the API 4. delete all tables under a super table by derectly deleting this super table 5. check the uid in the tables to be inserted and return the correct code 6. support the query on the column with the datatype "nchar" 7. support "or" in the "where" filter 8. support to transpose the query results displayed by adding "\G" in the taos client terminal Features in the next version 1. enhance the check of system memory 2. support arithmetric function on the aggregation query results, for example, Select sum(a)+sum(b) 3. support count(distinct x) through HLL algorithm 4. support histogram 5. support the window to display the changed state
eccfeed
2019-10-21 19:35
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
C
1
https://gitee.com/galaxybamboo/TDengine.git
git@gitee.com:galaxybamboo/TDengine.git
galaxybamboo
TDengine
TDengine
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册