Sign in
apache
/
tsfile
/
HEAD
1dce1b0
Bump actions/checkout from 4 to 5 (#583)
by dependabot[bot]
· 3 days ago
develop
5132d99
Alter column other type to string type (#588)
by libo
· 4 days ago
fd1adb8
Bump actions/setup-java from 4 to 5 (#584)
by dependabot[bot]
· 4 days ago
dcdbcf8
Bump actions/first-interaction from 1.3.0 to 3.0.0 (#586)
by dependabot[bot]
· 4 days ago
a5fee93
[CPP/C] implement default encoding/compression configuration interface (#582)
by Hongzhi Gao
· 6 days ago
674a65c
perf: Optimize aligned object memory size calculation (#577)
by Zhenyu Luo
· 11 days ago
01be82e
feat: add markRange / unmarkRange / merge for high-performance bit manipulation (#575)
by Zhenyu Luo
· 13 days ago
550c482
Add support for alter column datatype (#567)
by libo
· 3 weeks ago
95dbf6a
Feature/codec/camel (#560)
by Hongzhi Gao
· 3 weeks ago
858239f
Update release information after v2.1.1 released (#574)
by Haonan
· 3 weeks ago
949a7a5
reduce zero-fill overhead on BitMap creation (#572)
by Zhenyu Luo
· 3 weeks ago
38a847d
generate main key (#519)
by jintao zhu
· 3 weeks ago
1dff37b
Add methods for RamUsageEstimator
by shuwenwei
· 4 weeks ago
9ef4709
Add Tablet.append (#562)
by Jiang Tian
· 6 weeks ago
f3345b9
Refactor UnknownType to extend AbstractType
by FearfulTomcat27
· 6 weeks ago
965f487
Avoid repeated calculation of shallow size of map
by shuwenwei
· 6 weeks ago
f1dad36
Feature/cpp codec sprintz (#553)
by Hongzhi Gao
· 7 weeks ago
ee647cb
fix wrong Private-Package declaration (#556)
by Inky19
· 7 weeks ago
ae3e8c8
Implement extract value filters
by Weihao Li
· 7 weeks ago
898f1a6
include common in tsfile with shade (#510)
by Inky19
· 7 weeks ago
04bbc0a
Check max tsfile version
by shuwenwei
· 7 weeks ago
d3eb61a
Init all series writer for AlignedChunkGroupWriter
by shuwenwei
· 7 weeks ago
956d598
implement RLE DICTIONART ZIGZAG codec (#542)
by Hongzhi Gao
· 7 weeks ago
838d290
Implement extract time filters
by Weihao Li
· 8 weeks ago
490d521
Update version info for tsfile v2.1.0 (#544)
by Colin Lee
· 8 weeks ago
110a5a2
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.18.0 in /java (#543)
by dependabot[bot]
· 8 weeks ago
a8e48ad
Ignore the null value passed in the Tablet.addValue method (#540)
by shuwenwei
· 9 weeks ago
4909442
Implement datatype TIMESTAMP BLOB TEXT DATE (#532)
by Hongzhi Gao
· 9 weeks ago
c32e893
AbstractAlignedTimeSeriesMetadata.typeMatch always return true (#538)
by shuwenwei
· 9 weeks ago
7510d94
Fetch max tsblock line number each time from TSFileConfig
by Jackie Tien
· 9 weeks ago
efdba35
Revert "[maven-release-plugin] prepare release v2.1.0" (#533)
by Colin Lee
· 9 weeks ago
a2da0c9
[maven-release-plugin] prepare release v2.1.0
by colin
· 9 weeks ago
6554a18
Correct the memroy calculation of BinaryColumnBuilder
by Jackie Tien
· 9 weeks ago
e7bdcad
fix some warning while compiling. (#527)
by Colin Lee
· 10 weeks ago
af0ec13
Use spotless to format CPP code (#528)
by Haonan
· 10 weeks ago
ed5b5dc
The column names in the addValue interface are case-insensitive (#526)
by Hongzhi Gao
· 2 months ago
d2a906e
Fixes the issue where data with only timestamps could not be inserted (#525)
by Colin Lee
· 2 months ago
de166a7
Support set default compression by data type (#523)
by Jiang Tian
· 2 months ago
09015fa
[CPP]Fix/multi fileds column (#522)
by Hongzhi Gao
· 2 months ago
2.1.0-pre-rc3
04eb621
Fix bloom filter error.
by Colin Lee
· 3 months ago
58fa12f
fix read from iotdb data. (#520)
by Colin Lee
· 3 months ago
caa77ac
[Java/C++/C] Resolved case sensitivity issue when reading column names. (#518)
by Hongzhi Gao
· 3 months ago
af2a7ee
Fix tag empty error and disorder timestamp. (#489)
by Colin Lee
· 3 months ago
c501bf4
Resolved case sensitivity issue when reading column names. (#517)
by Hongzhi Gao
· 3 months ago
research/encoding-periodic
6df6112
The TsFile-CPP query interface now validates column names before querying. (#516)
by Hongzhi Gao
· 3 months ago
2995362
Fix npe when closing a last reader that have not been used (#513)
by Jiang Tian
· 3 months ago
7859080
Zjt/encrypt key from environment (#512)
by jintao zhu
· 3 months ago
a71b8d4
fix minus encode and decode. (#511)
by Colin Lee
· 3 months ago
6672d2d
Fix (#508)
by Caideyipi
· 3 months ago
a5424d3
Same name (case insensitive) in tablet / table. (#490)
by Colin Lee
· 3 months ago
1856572
Update release information of TsFile v2.0.3 (#505)
by Haonan
· 3 months ago
3a688ee
Add TsFileLastReader for retrieving last points in a TsFile (#498)
by Jiang Tian
· 4 months ago
dd603b4
Bump setuptools from 70.0.0 to 78.1.1 in /python (#497)
by dependabot[bot]
· 4 months ago
cc8f363
Colin fix config (#472)
by Colin Lee
· 4 months ago
14cefc9
fix data lossing when page num exceed 1. (#495)
by Colin Lee
· 4 months ago
6f08fb1
Colin fix config (#493)
by Colin Lee
· 4 months ago
e795637
delete parameter encrypt_flag (#491)
by jintao zhu
· 4 months ago
d2119c1
add table/column schema check. (#488)
by Colin Lee
· 4 months ago
217cc3c
Add flush method for tsfile python writer (#487)
by YangCaiyin
· 4 months ago
4145395
Fix float RLBE encoding loss of precision (#484)
by Haonan
· 4 months ago
c731ba0
add switch to disable native lz4 (#480)
by Jiang Tian
· 4 months ago
73ac55f
Fix CPP TsFile query with time filter error (#474)
by Haonan
· 4 months ago
b385b4f
Remove redundant conversion in TableResultSet (#473)
by Jiang Tian
· 4 months ago
4b75866
Optimizations regarding chunk metadata sort & timeseries metadata serialization (#470)
by Jiang Tian
· 5 months ago
8d89f4d
Check blank column name or table name (#471)
by shuwenwei
· 5 months ago
ea77813
skip time column when generating TableSchema (#414)
by shuwenwei
· 5 months ago
5b692a0
fix datatype mismatch between table schema and tablet. (#469)
by Colin Lee
· 5 months ago
1bc0a65
fix deserialize. (#456)
by Colin Lee
· 5 months ago
f63ccb2
Cache hash code of StringArrayDeviceID (#453)
by Haonan
· 5 months ago
3684dbf
add memory threshold in py writer. (#466)
by Colin Lee
· 5 months ago
ec7c31a
restrict encrypt key length to 16 #467
by jintao zhu
· 5 months ago
bbb96d6
move ColumnCategory to an outer class (#461)
by Jiang Tian
· 5 months ago
bec877e
remove gson (#402)
by Haonan
· 5 months ago
19f74b0
Update release info after new version released (#462)
by Haonan
· 5 months ago
c9db8d1
Fix python check isnull. (#458)
by Colin Lee
· 5 months ago
c7d21f3
Add branch protection for develop branches (#457)
by Haonan
· 5 months ago
2ce0ed4
fix segv when flush data. (#455)
by Colin Lee
· 5 months ago
94f1e9c
fix compile on clang 17. (#454)
by Colin Lee
· 5 months ago
e2557e5
fix lower case in python.
by ColinLee
· 5 months ago
37dcffb
add getter for encryptParam (#447)
by jintao zhu
· 6 months ago
ee25c3f
Fixed the empty string ser/de bug & null string[] array calculation bug
by Caideyipi
· 6 months ago
ef11ec9
fix writer add memory threshold. (#446)
by Colin Lee
· 6 months ago
2.1.0-pre-rc2
d4a1141
fix column datatype mismatch (#444)
by Colin Lee
· 6 months ago
271fa6d
Fix data losing and loading tsfile in iotdb.
by Colin Lee
· 6 months ago
2.1.0-pre-rc1
a658162
primitive type compatible (#437)
by jintao zhu
· 6 months ago
9c45be5
Refactor header packaging & fix zlib missing header (#434)
by Jiang Tian
· 6 months ago
bb55b9a
revert last change in cmake list (#438)
by Yukim1
· 6 months ago
0adbc26
fix for reset bug and add ut (#435)
by Yukim1
· 6 months ago
89a3191
Fix py read error (#433)
by Colin Lee
· 6 months ago
8b44f2f
Release pointer in demo_write.cpp; Fix the error usage of maven in cpp example (#430)
by Beyyes
· 6 months ago
69ff73d
fix compile in demo_cpp. (#432)
by Colin Lee
· 6 months ago
5dc3ee5
Separate header file dependencies for test and src. (#364)
by Colin Lee
· 6 months ago
c852f8d
Fix demos & multi device & multi flush (#431)
by Jiang Tian
· 6 months ago
e18bd44
fix read multi-large pages (#429)
by Jiang Tian
· 6 months ago
5b92329
Add cpp read comment (#426)
by Yukim1
· 6 months ago
434f0cb
Fix bugs and optimize TS2diff encoding. (#428)
by Hongzhi Gao
· 6 months ago
2c2e911
Fix large page read and bitmap index (#427)
by Jiang Tian
· 6 months ago
5ab2840
Add support for py V4. (#388)
by Colin Lee
· 6 months ago
128d391
Fix losing first page and missing time column in result set metadata (#420)
by Jiang Tian
· 6 months ago
43e8149
compaction adapting new type when table alter column type (#415)
by jintao zhu
· 6 months ago
Next »