{"Status":"Fail","BeginTxnTimeMs":1,"Message":"too many filtered rows","NumberUnselectedRows":0,"CommitAndPublishTimeMs":0,"Label":"4682d766-0e53-4fce-b111-56a8d8bef390","LoadBytes":69238389,"StreamLoadPutTimeMs":4,"NumberTotalRows":7077604,"WriteDataTimeMs":4350,"TxnId":33,"...
manager to achieve centralized management for metadata locks in FE. For example, it can refine the granularity of metadata lock from the database level to the table level, which improves load and query concurrency. In a scenario of 100 concurrent load jobs, the load time can be reduced by ...
WRITE); locker.lockDatabase(db, LockType.WRITE); MaterializedView mv = null; try { mv = (MaterializedView) db.getTable(mvId); mv.replayAlterMaterializedViewBaseTableInfos(log); } catch (Throwable e) { LOG.warn("replay alter materialized-view status failed: {}", mv.getName(), e); ...
Added BE configuration items to specify the timeout duration for connecting to object storage: object_storage_connect_timeout_ms: Timeout duration to establish socket connections with object storage. The default value is-1, which means to use the default timeout duration of the SDK configurations....
Rocks > set catalog iceberg; Query OK, 0 rows affected (0.00 sec) StarRocks > use nyc; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed StarRocks > select * from taxis; ERROR 1064 (HY000...
DatabaseTransactionMgr dbTransactionMgr = getDatabaseTransactionMgr(dbId); return dbTransactionMgr.getLabelState(label); } catch (AnalysisException e) { LOG.warn("Get transaction status by label " + label + " failed", e); return TransactionStatus.UNKNOWN; } } public Long getLabelTxnID(long dbI...