Jakub Kuklis
|
486f267b3b
|
Further code cleanup and error codes improvement
|
2021-12-10 22:04:37 +01:00 |
|
Jakub Kuklis
|
956348073b
|
ReadBufferFromBlobStorage operating like a proper stream, rather than a single download-read buffer
|
2021-12-10 22:04:37 +01:00 |
|
Jakub Kuklis
|
63ec8d4244
|
Adding multipart upload to WriteBuffer, retries in ReadBuffer, additional settings for buffers
|
2021-12-10 22:04:37 +01:00 |
|
Jakub Kuklis
|
dbb98e3636
|
Code cleanup, leaving some debug information printing under #ifdef VERBOSE_DEBUG_MODE
|
2021-12-10 22:04:37 +01:00 |
|
Jakub Kuklis
|
8230f8039c
|
Two column MergeTree table with Blob Storage disk work! Fixed buffer in ReadBufferFromBlobStorage to be permanent (class attribute)
|
2021-12-10 22:04:37 +01:00 |
|
Jakub Kuklis
|
2b4d3665ab
|
Basic inserts and selects work for a MergeTree table with a Blob Disk, based on a single column table
|
2021-12-10 22:04:37 +01:00 |
|
Jakub Kuklis
|
03f85dee41
|
Managed to read markers file in SELECT, getting error for CODEC version now
|
2021-12-10 22:04:37 +01:00 |
|
Jakub Kuklis
|
ee1a568919
|
The following query passes without erors: CREATE TABLE ... ENGINE = MergeTree ... storage_policy = 'blob_storage', debug constants present in the code
|
2021-12-10 22:04:37 +01:00 |
|