Miguel Gil Martínez

Results 6 comments of Miguel Gil Martínez

I fixed it by commenting these lines in Search.js: ``` RED.nodes.eachNode((tmpNode) => { if (tmpNode.type.indexOf(`${constants_1.Constants.NODES_PREFIX}-yeelight configurator`) === 0) { let tmpNodeInst = RED.nodes.getNode(tmpNode.id); if (tmpNodeInst.ip === bulb.hostname || tmpNodeInst.sid ===...

Satarrocks v3.2.1 In my case it happens like that: ``` INSERT INTO target (SELECT column1, column2 FROM tbl1 LEFT JOIN tbl2 ON tbl1.id = tbl2.id AND tbl1.id2 = tbl2.id2); ```...

> @miguelgilmartinez https://github.com/StarRocks/starrocks/pull/32754 None of our columns is so big.

Are you using "enable_persistent_index" = "false" on table definition? Ingesting into PRIMARY KEY tables with that attribute set to false eats all memory up because indexes are kept on memory...

Our use case: It was impossible for us to ingest from parquet to PRIMARY KEY table. But doing to DUPLICATE and then moving to PRIMARY with an INSERT INTO SELECT...

Cool, thanks. On Mon, Nov 5, 2018 at 3:03 PM jymbob wrote: > Removing the card should reboot into stock. > > On Mon, 5 Nov 2018, 13:29 Miguel Gil...