1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-02 06:13:16 +03:00
Commit Graph

2546 Commits

Author SHA1 Message Date
david hill
2dd2c14312 MCOL-475 - removed extra } 2017-01-18 11:22:15 -06:00
Andrew Hutchings
dec640a6ac Update README.md for 1.0.7 2017-01-18 15:11:01 +00:00
Andrew Hutchings
cc58acb510 Bump version to 1.1.0 2017-01-18 15:09:46 +00:00
Andrew Hutchings
7ea19304c8 Merge pull request #100 from mariadb-corporation/MCOL-1
Mcol 1
2017-01-18 05:06:34 -06:00
David Hall
453413bb76 MCOL-1 need to break when not in read only 2017-01-17 16:43:48 -06:00
david hill
3b39a03416 changes from 1.0.7 2017-01-17 15:22:43 -06:00
david hill
519ade4d4d checkin to get a buildbot run 2017-01-17 14:34:18 -06:00
David Hall
6b6d818460 MCOL-1 Add a check and error message if suspendDatabaseWrites is not called before redistributeData 2017-01-17 10:59:59 -06:00
dhall-InfiniDB
3ba8a1122b Merge pull request #98 from mariadb-corporation/MCOL-353
MCOL-353 Fix lag at end of cpimport
2017-01-17 10:49:44 -06:00
Andrew Hutchings
43e370f574 Fix RPM/DEB dependencies 2017-01-17 16:15:14 +00:00
Andrew Hutchings
daffd35976 MCOL-318 Use OS version of Snappy
This patch strips out our old version of Snappy and uses the OS version
instead. All our supported OSes have the latest version of Snappy in
their base repositories.
2017-01-17 14:52:06 +00:00
Andrew Hutchings
4163f94976 MCOL-353 Fix lag at end of cpimport
The end of a cpimport adds a delay which is 1 second multiplied by the
number of PMs. This in-turn is multipled up with the number of
connections/threads causing a long delay when you have several PMs.

The delay is not required as we already have a 20ms delay and we will
re-enter the recv() if there is no data and we are still connected.
2017-01-17 10:25:59 +00:00
dhall-InfiniDB
37fb55c8e2 Merge pull request #97 from mariadb-corporation/MCOL-507
MCOL-507 Further ExeMgr performance improvements
2017-01-16 08:17:53 -06:00
Andrew Hutchings
ffcfc41563 MCOL-507 Further ExeMgr performance improvements
This does the following:

* Switch resource manager to a singleton which reduces the amount of
times the XML data is scanned and objects allocated.
* Make the I_S tables use the FE implementation of the system catalog
* Make the I_S.columnstore_columns table use the RID list cache
* Make the extentmap pre-allocate a vector instead of many small allocs
2017-01-16 12:33:27 +00:00
Andrew Hutchings
c6799df640 Merge pull request #96 from mariadb-corporation/MCOL-505
MCOL-505 Performance improvements to ExeMgr
2017-01-13 21:03:35 -06:00
David Hill
fa0fde9a73 mcol-462, fixed um and pmvolumnesize in prompt to be minsize 2017-01-13 14:24:14 -06:00
david hill
e53c20a0ec change release number 2017-01-13 10:04:42 -06:00
david hill
db0c47f763 change release number 2017-01-13 10:02:59 -06:00
David Hill
7f0f115786 fix storage type prompt 2017-01-13 09:59:42 -06:00
David Hill
4874134a21 fix storage type prompt 2017-01-13 09:58:23 -06:00
dhall-InfiniDB
b50187315f Merge pull request #94 from mariadb-corporation/MCOL-505
MCOL-505 Performance improvements to ExeMgr
2017-01-12 11:50:49 -06:00
David Hill
02a2fbeae6 MCOL-488 - added back of Alarm Config File 2017-01-12 11:33:27 -06:00
Andrew Hutchings
3299a3d57d MCOL-317 Remove libdrizzle
This switches to MariaDB's client library instead of libdrizzle for
Cross Engine and query stats.

It also switches to unbuffered result sets.
2017-01-12 17:12:39 +00:00
Andrew Hutchings
2f3937ac7e MCOL-505 Performance improvements to ExeMgr
This fix improves the performance of ExeMgr by doing the following:

* Significantly reduces the amount of time the xml configuration is
scanned
* Uses a much faster way to determine the CPU core count
* Reduces the amount of times certain allocations are executed
* Rowgroup pre-allocates vectors for 1024 rows

This improves performance for the first query of a connection and the
performance for smaller result sets. It may well improve performance in
other areas too.
2017-01-12 16:58:16 +00:00
benthompson15
605f6c51e2 Merge pull request #93 from mariadb-corporation/MCOL-493
Mcol 493
2017-01-11 15:45:08 -06:00
David Hill
643fdd4193 MCOL-493 - add quotes around builder 2017-01-11 15:44:16 -06:00
dhall-InfiniDB
4c77c46db4 Merge pull request #92 from mariadb-corporation/MCOL-494
MCOL-494 Don't try to process BLOB/TEXT
2017-01-11 14:51:02 -06:00
benthompson15
e31cb446ea Merge pull request #91 from mariadb-corporation/MCOL-483
MCOL-483 - fixed
2017-01-11 13:38:07 -06:00
benthompson15
e9915f1f81 Merge pull request #90 from mariadb-corporation/1.0.6.1
1.0.6.1
2017-01-11 12:01:35 -06:00
David Hill
4a642b37ca MCOL-462 - moved the setConfig - was always setting the amazon-vpc 2017-01-11 10:15:26 -06:00
David Hill
41e65e757d MCOL-493 - changed syslog sudo issue and run in module_installer 2017-01-10 14:54:12 -06:00
David Hill
b5d00740fa MCOL-493 - changed syslog sudo issue and run in module_installer 2017-01-10 13:38:55 -06:00
Andrew Hutchings
641fd2bfe2 MCOL-494 Don't try to process BLOB/TEXT
It is possible for a BLOB/TEXT column to appear in a cross engine join.
This causes an ExeMgr crash later during execution. For now this patch
disable BLOB/TEXT support.
2017-01-10 07:33:00 -06:00
David Hill
c1228131f0 MCOL-483 - fixed 2017-01-09 14:25:58 -06:00
Andrew Hutchings
ae630b3375 Merge pull request #89 from mariadb-corporation/MCOL-455
MCOL-455 Change resistribute database logic to move all segment files…
2017-01-09 19:57:04 +00:00
David Hill
6e61a32594 MCOL-462 2017-01-07 15:48:49 -06:00
David Hill
72f020cc1a MCOL-462 2017-01-06 15:11:43 -06:00
David Hill
fbe46f62f6 MCOL-462 2017-01-06 14:03:30 -06:00
David Hall
600e758539 MCOL-455 Change resistribute database logic to move all segment files from designated dbroots to others in the system. 2017-01-06 13:04:32 -06:00
David Hill
e6aafd9878 MCOL-462 2017-01-06 11:04:06 -06:00
dhall-InfiniDB
dc4cd96527 Merge pull request #88 from mariadb-corporation/MCOL-163
MCOL-163 Add support for DOUBLE PRECISION
2017-01-06 08:48:35 -06:00
Andrew Hutchings
de6c933e02 MCOL-163 Add support for DOUBLE PRECISION
Just an alias for DOUBLE
2017-01-06 10:53:11 +00:00
David Hill
753024a476 MCOL-462 2017-01-05 16:58:03 -06:00
David Hill
cc37107175 MCOL-462 2017-01-05 16:38:01 -06:00
David Hill
9a7b048ba3 MCOL-462 2017-01-05 16:19:05 -06:00
David Hill
76876ff193 MCOL-462 - fixed rsyslog restart error 2017-01-05 14:47:12 -06:00
David Hill
d61e16ee3f MCOL-462 - add check to getcred 2017-01-05 14:31:52 -06:00
David Hill
01b9e30245 MCOL-462 - change aws comment 2017-01-05 14:06:18 -06:00
David Hill
dc70f3465a MCOL-462 2017-01-05 13:10:51 -06:00
David Hill
b1048199c1 MCOL-462 2017-01-05 11:39:04 -06:00