积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(65)系统运维(36)数据库(31)综合其他(30)区块链(29)TiDB(19)httpd(17)Linux(12)Weblate(12)Blender(11)

语言

全部中文(简体)(175)

格式

全部PDF文档 PDF(123)其他文档 其他(51)PPT文档 PPT(1)
 
本次搜索耗时 0.394 秒,为您找到相关结果约 175 个.
  • 全部
  • 后端开发
  • 系统运维
  • 数据库
  • 综合其他
  • 区块链
  • TiDB
  • httpd
  • Linux
  • Weblate
  • Blender
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 openEuler 21.09 技术白皮书

    performance. Branch Target Identifiers (BTIs): A BTI instruction is used to guard against the execution of instructions which are not the intended target of a branch. BTIs and PACs combine to reduce Feature Description • Process property settings: The cgroup interface can be called to set the task execution property, either to online or offline. • Preferential tasks: When the CPU is processing online boot time by more than 40% over the Docker+QEMU solution. It provides a lightweight and secure execution environment for applications, isolating security risks in either container and host OS environments
    0 码力 | 36 页 | 3.40 MB | 1 年前
    3
  • pdf文档 1.3 Go practices in TiDB 姚维

    platform ○ Failpoint injection ○ Goroutine-leak detection ● Optimization ○ Chunk vs interface{} ○ Vectorized execution TiDB Overview TiDB TiDB TiDB Application via MySQL Protocol TiKV TiKV TiFlash TiKV TiKV columns[colIdx] return *(*uint64)(unsafe.Pointer(&col.data[r.idx*8])) } Chunk ● Less CPU cache miss ● Vectorized Execute expressions: Chunk func VectorizedExecute(ctx Context, exprs []Expression, iterator End(); row = iterator.Next() { err = executeToInt(ctx, expr, fieldType, row, output, colID) } …. } ● Vectorized Execute expressions: Lessons learned ● Make things right, then make things faster ● Premature
    0 码力 | 32 页 | 1.76 MB | 6 月前
    3
  • pdf文档 Julia 中文文档

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 226 20.11Array and Vectorized Operators and Functions . . . . . . . . . . . . . . . . . . . . . . . . . . 227 20.12广播 . . . eval . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1172 Julia Execution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1172 Parsing to the for loop; • There is a global named s, so s = t assigns to it. The second fact is why execution of the loop changes the global value of s and the first fact is why t is still undefined after
    0 码力 | 1238 页 | 4.59 MB | 1 年前
    3
  • pdf文档 PromQL Got a BOOST: 用 Rust 重写 Prometheus 的查询引擎

    same executor with existing SQL part Multiple formats from one result BENEFITS OF Built-in vectorized operators A complete planner, optimizer and executor Warm community ❤ 04 Rust Gives Advantages
    0 码力 | 39 页 | 6.95 MB | 1 年前
    3
  • pdf文档 TiDB 与 TiFlash扩展——向真 HTAP 平台前进 韦万

    Consistency or TiFlash Extension ● An extended analytical engine for TiDB ○ Columnar storage and vectorized processing ○ Based on ClickHouse with tons of proprietary modifications ● Data sync via extended
    0 码力 | 45 页 | 2.75 MB | 6 月前
    3
  • pdf文档 TiDB v5.2 中文手册

    4096 byte。 • tidb_redact_log:设置慢日志记录 SQL 时是否将用户数据脱敏用 ? 代替。默认值是 0 ,即关闭该功能。 • tidb_enable_collect_execution_info:设置是否记录执行计划中各个算子的物理执行信息,默认值是 1。该功 能对性能的影响约为 3%。开启该项后查看 Plan 的示例如下: > select tidb_decode_pl --------------------------------------------+ �→ | id task estRows operator info �→ actRows execution info �→ memory disk �→ | | StreamAgg_17 root 1 funcs:count(Column#7)->Column#5 �→ 1 time:10 --------------------------------------+ �→ 在性能测试中可以关闭自动收集算子的执行信息: set @@tidb_enable_collect_execution_info=0; Plan 字段显示的格式和EXPLAIN 或者EXPLAIN ANALYZE 大致一致。可以查看EXPLAIN 或者EXPLAIN ANALYZE 文档 了解更多关于执行计划的信息。
    0 码力 | 2259 页 | 48.16 MB | 1 年前
    3
  • pdf文档 TiDB v5.3 中文手册

    修复删除空的 dual table 后 MPP 查询出现 index out of range 报错的问题 #28250 – 修复运行 MPP 查询时出现 invalid cop task execution summaries length 相关日志的问题 #1791 – 修复运行 MPP 查询时出现 cannot found column in Schema column 报错的问题 #28149 4096 byte。 • tidb_redact_log:设置慢日志记录 SQL 时是否将用户数据脱敏用 ? 代替。默认值是 0 ,即关闭该功能。 • tidb_enable_collect_execution_info:设置是否记录执行计划中各个算子的物理执行信息,默认值是 1。该功 能对性能的影响约为 3%。开启该项后查看 Plan 的示例如下: > select tidb_decode_pl --------------------------------------------+ �→ | id task estRows operator info �→ actRows execution info �→ memory disk �→ | | StreamAgg_17 root 1 funcs:count(Column#7)->Column#5 �→ 1 time:10
    0 码力 | 2374 页 | 49.52 MB | 1 年前
    3
  • pdf文档 TiDB v5.4 中文手册

    4096 byte。 • tidb_redact_log:设置慢日志记录 SQL 时是否将用户数据脱敏用 ? 代替。默认值是 0 ,即关闭该功能。 • tidb_enable_collect_execution_info:设置是否记录执行计划中各个算子的物理执行信息,默认值是 1。该功 能对性能的影响约为 3%。开启该项后查看 Plan 的示例如下: > select tidb_decode_pl --------------------------------------------+ �→ | id task estRows operator info �→ actRows execution info �→ memory disk �→ | | StreamAgg_17 root 1 funcs:count(Column#7)->Column#5 �→ 1 time:10 --------------------------------------+ �→ 在性能测试中可以关闭自动收集算子的执行信息: set @@tidb_enable_collect_execution_info=0; Plan 字段显示的格式和EXPLAIN 或者EXPLAIN ANALYZE 大致一致。可以查看EXPLAIN 或者EXPLAIN ANALYZE 文档 了解更多关于执行计划的信息。
    0 码力 | 2852 页 | 52.59 MB | 1 年前
    3
  • pdf文档 TiDB v5.1 中文手册

    4096 byte。 • tidb_redact_log:设置慢日志记录 SQL 时是否将用户数据脱敏用 ? 代替。默认值是 0 ,即关闭该功能。 • tidb_enable_collect_execution_info:设置是否记录执行计划中各个算子的物理执行信息,默认值是 1。该功 能对性能的影响约为 3%。开启该项后查看 Plan 的示例如下: > select tidb_decode_pl --------------------------------------------+ �→ | id task estRows operator info �→ actRows execution info �→ memory disk �→ | | StreamAgg_17 root 1 funcs:count(Column#7)->Column#5 �→ 1 time:10 --------------------------------------+ �→ 在性能测试中可以关闭自动收集算子的执行信息: set @@tidb_enable_collect_execution_info=0; Plan 字段显示的格式和EXPLAIN 或者EXPLAIN ANALYZE 大致一致。可以查看EXPLAIN 或者EXPLAIN ANALYZE 文档 了解更多关于执行计划的信息。
    0 码力 | 2189 页 | 47.96 MB | 1 年前
    3
  • pdf文档 TiDB v6.1 中文手册

    maxPerformance 包含的具体配置。 配置后查看监控,可以看到多余语句减少。 超时参数 TiDB 提供两个与 MySQL 兼容的超时控制参数,wait_timeout 和max_execution_time。这两个参数分别控制与 Java 应用连接的空闲超时时间和连接中 SQL 执行的超时时间,即控制 TiDB 与 Java 应用的连接最长闲多久和最 长忙多久。在 TiDB v5.4 4 及以上版本中,wait_timeout 参数默认值为 28800 秒,即空闲超时为 8 小时。在 v5.4 之 前,wait_timeout 参数的默认值为 0,即没有时间限制。max_execution_time 参数的默认值为 0,即不限制一 条 SQL 语句的执行时间。 但在实际生产环境中,空闲连接和一直无限执行的 SQL 对数据库和应用都有不好的影响。你可以通过在应用 的连接字符串中配 的连接字符串中配置这两个参数来避免空闲连接和执行时间过长的 SQL 语句。例如,设置 sessionVariables �→ =wait_timeout=3600(1 小时)和 sessionVariables=max_execution_time=300000(5 分钟)。 4.5 数据库模式设计 4.5.1 概述 本页概述了 TiDB 中的数据库模式。将从本页开始围绕Bookshop 这个应用程序来对 TiDB 的设计数据库部分展开
    0 码力 | 3572 页 | 84.36 MB | 1 年前
    3
共 175 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 18
前往
页
相关搜索词
openEuler21.09技术白皮皮书白皮书1.3GopracticesinTiDB姚维Julia中文文档夏锐航PromQLGotBoostTiFlash扩展HTAP平台前进韦万v5手册v6
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩