You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
feat(joblist,runtime): this is the first part of the execution model that produces a workload that can be predicted for a given query.
* feat(joblist,runtime): this is the first part of the execution model that produces a workload that can be predicted for a given query. - forces to UM join converter to use a value from a configuration - replaces a constant used to control a number of outstanding requests with a value depends on column width - modifies related Columnstore.xml values
This commit is contained in:
@@ -68,6 +68,7 @@ using namespace oam;
|
||||
using namespace joblist;
|
||||
|
||||
#include "atomicops.h"
|
||||
#include "threadnaming.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
@@ -131,6 +132,7 @@ struct EngineCommRunner
|
||||
uint32_t connIndex;
|
||||
void operator()()
|
||||
{
|
||||
utils::setThreadName("DECRunner");
|
||||
// cout << "Listening on client at 0x" << hex << (ptrdiff_t)client << dec << endl;
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user