Commit Graph

71 Commits

Author SHA1 Message Date
i-robot cd2b7ccefd !1261 Optimize partitioning strategy
Merge pull request !1261 from peiwangdb/sort-part
2021-12-02 16:38:08 +00:00
i-robot ee0853f716 !1243 Make Memory Connector support statistic features
Merge pull request !1243 from peiwangdb/mem-stats
2021-12-02 14:24:11 +00:00
peiwangdb dee92cf70d memory connector: adding sorting to prevent generating many small partitioned pages 2021-12-01 21:09:05 -05:00
peiwangdb ecaa6b4075 Memory Connector: inject stats features 2021-12-01 13:31:29 -05:00
farhan3 bfa5194373 Add null checks in MemoryColumnHandle 2021-11-22 15:06:10 -05:00
farhan3 46ba508d45 Memory connector: Handle null partitions correctly 2021-11-17 16:18:45 -05:00
i-robot 69c81b5f28 !1213 Memory Connector: capture the nullpointer case to fix I4GCFD
Merge pull request !1213 from peiwangdb/fix-I4GCFD
2021-11-03 17:19:11 +00:00
peiwangdb 44ec52126d Memory Connector: capture a null case to fix I4GCFD 2021-11-03 11:55:44 -04:00
Daniel Zhang 4b9fb3e75d Memory Connector: Usage Info Viewable Using JMX 2021-11-02 12:29:47 -04:00
i-robot 4f7e37834f !1191 Memory connector: add partition functionality
Merge pull request !1191 from peiwangdb/lp-add-part
2021-10-29 22:11:21 +00:00
peiwangdb a29d6001cf memory-connector: add partition layer 2021-10-29 08:38:26 -07:00
Daniel Zhang 764df6d9e5 Memory Connector: Memory and Disk Byte Usage Info Viewable Using JMX 2021-10-26 12:48:46 -04:00
Raghunandan 3793aa170a [maven-release-plugin] prepare for next development iteration 2021-10-01 13:13:30 +05:30
i-robot de874d8e76 !1127 Update copyright
Merge pull request !1127 from lilianyuan_c78e/master
2021-09-28 07:37:50 +00:00
Lilian Yuan 61ee03600b Update copyright 2021-09-27 14:16:18 -07:00
farhan3 1f1532e971 Fix path manipulation and resource leak issues 2021-09-23 17:41:08 -04:00
peiwangdb 1365bdc465 memory connector: create folder for spill-path if not exist 2021-08-31 12:46:50 -07:00
farhan3 095a63e97f Memory Connector: fix incorrect result for 'column is null' queries 2021-08-27 15:31:05 -04:00
i-robot 38a272c700 !1084 Support star-tree using clickhouse as datasource / Prevent query failures when star tree can't get last modified time
Merge pull request !1084 from AyushGupta3/star-tree-jdbc
2021-08-27 16:49:12 +00:00
Ayush Gupta b2b4a94f1e Support star-tree using clickhouse as datasource
Prevent errors from getting lastmodifiedtime for star tree causing queries to fail
2021-08-26 15:54:12 -04:00
farhan3 5c545295aa Memory Connector: change ordering to nulls-last to prevent data loss 2021-08-26 15:17:38 -04:00
Ayush Gupta c137254422 Memory connector fixes/Add async processing property/UT fixes 2021-08-19 14:45:04 -04:00
i-robot 38b62e476d !1072 Memory Connector: improve logicalPart naming
Merge pull request !1072 from peiwangdb/lpcount-improve
2021-08-17 15:34:20 +00:00
i-robot 1bca8e140d !1064 Heuristic Index fixes and disable some memory connector UTs
Merge pull request !1064 from AyushGupta3/fix-ut
2021-08-11 23:25:11 +00:00
Ayush Gupta e74dae24d1 Heuristic index fixes and disable some memory connector UTs 2021-08-11 18:18:08 -04:00
peiwangdb 5cdada4aa6 Memory Connector: improve logical part naming. 2021-08-11 11:20:22 -07:00
arjunkrishna ad0a5d0841 add scheduled refresh of tables 2021-08-05 13:56:06 -04:00
Ayush Gupta 81e38543f5 Modify memory connector UT to use local metastore 2021-08-03 17:24:23 -04:00
i-robot 6e00cb448d !1044 Knowledge transfer by Han - Improve document on memory connector and heuristic index
Merge pull request !1044 from Han_Weng/han-code-doc
2021-08-03 14:31:21 +00:00
Han Weng ce974fad5c Improve document on memory connector and heuristic index 2021-07-30 15:38:24 -04:00
Han Weng 8a62368246 Fix memory connector UT after changing split logic 2021-07-29 18:53:36 -04:00
peiwangdb d9e19efa20 Memory Connector: optimize split/logicalpart allocation and remove memory.splits-per-node usage 2021-07-23 10:58:10 -07:00
i-robot 88b53749aa !1013 Bug fix for error caused by calling insert into memory connector table as the first query on start up
Merge pull request !1013 from AyushGupta3/memory-insert-bug
2021-07-13 09:21:29 +00:00
Han Weng 96260a1cad Improve memory management in memory connector 2021-07-09 14:59:35 -04:00
arjunkrishna 504797a152 memory connector: add eviction UTs and fix failing concurrency edge cases 2021-07-09 11:51:29 -04:00
Ayush Gupta 6bb6678ebd Fix memory connector error caused by calling insert on first start up 2021-07-08 14:34:42 -04:00
i-robot a29a854c23 !1008 Add Memory Connector support for Startree
Merge pull request !1008 from AyushGupta3/memory-startree
2021-07-07 22:01:30 +00:00
Ayush Gupta 1e20f150f2 Add memory connector support for star tree 2021-07-07 16:28:28 -04:00
arjunkrishna 6a4d460b34 memory connector: add spill path validation 2021-07-07 15:10:38 -04:00
Raghunandan ed881ae4f2 [maven-release-plugin] prepare for next development iteration 2021-06-30 11:28:55 +05:30
farhan3 41bcf5ed73 Memory Connector: fix SHOW CREATE TABLE 2021-06-25 21:43:14 -04:00
i-robot 9f9fa3b517 !985 Memory Connector: fix insert bug, use split count from coordinator, remove extra LogicalPart reprocessing
Merge pull request !985 from farhan3/mem-fix-table-write
2021-06-25 22:34:51 +00:00
farhan3 d1c28ac20c Memory Connector: fix insert bug, use split count from coordinator, remove extra LogicalPart reprocessing 2021-06-25 15:15:50 -04:00
farhan3 4cd1ab1841 Validate memory.spill-path, use SecureObjectInputStream 2021-06-22 18:32:31 -04:00
tushengxia dee9bd94bb fix reource leak and upgrade spring version
fix hbase timestamp problems and update docs of run openlookeng in idea

1.rm joda dependency 2.time/timestamp/date store as long type 3.fix hbase delete problem

fix dependency problems
2021-06-17 18:20:51 +08:00
i-robot 96a9fa3188 !921 Fix for data inconsistency with CTE reuse
Merge pull request !921 from NeerajUnnikrishnan/cte_fix
2021-06-15 00:47:37 +08:00
NeerajUnnikrishnan 76854861ea Fix for data consistency with CTE reuse 2021-06-14 10:16:11 -04:00
Han Weng 743b40d134 Add error msgs 2021-06-11 11:44:32 -04:00
Han Weng 83ea53c8ed Address comments 2021-06-11 11:17:17 -04:00
Han Weng 8a86cb0b2f Fix TestMemoryTableManager UT 2021-06-10 17:50:28 -04:00