积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(89)PostgreSQL(40)TiDB(16)Greenplum(11)Vitess(9)数据库工具(8)DBeaver(8)SQLite(2)ClickHouse(2)Firebird(1)

语言

全部英语(83)俄语(3)英语(3)

格式

全部PDF文档 PDF(88)PPT文档 PPT(1)
 
本次搜索耗时 0.421 秒,为您找到相关结果约 89 个.
  • 全部
  • 数据库
  • PostgreSQL
  • TiDB
  • Greenplum
  • Vitess
  • 数据库工具
  • DBeaver
  • SQLite
  • ClickHouse
  • Firebird
  • 全部
  • 英语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 SQLite as a Result File Format in OMNeT++

    format ● Vector Recording performance: 2-2.5x slower (net writing speed) ● Read performance: Depends on the complexity of the query, but it can be optimized by adding indexes after recording the database the data inside R. (R already has SQLite access library) Possible drawbacks: ● Speed ○ vector recording performance is about 2-2.5x slower than text-based file format ○ in actual simulations, our experience
    0 码力 | 21 页 | 1.08 MB | 1 年前
    3
  • pdf文档 firebird language reference 30 rus

    BLOB); RECREATE TABLE t_video(id INT PRIMARY KEY, video BLOB); COMMIT; -- создание необновляемого представления RECREATE VIEW v_films AS SELECT f.id, f.title, s.audio, v.video FROM t_films f LEFT LEFT JOIN t_sound s ON f.id = s.id LEFT JOIN t_video v ON f.id = v.id; /* Для того чтобы сделать представление обновляемым создадим триггер, который будет производить манипуляции над базовыми INTO t_video(id, video) VALUES(new.id, new.video) MATCHING(id); END ELSE BEGIN DELETE FROM t_films WHERE id = old.id; DELETE FROM t_sound WHERE id = old.id; DELETE FROM t_video WHERE
    0 码力 | 719 页 | 3.98 MB | 1 年前
    3
  • pdf文档 The Vitess 9.0 Documentation

    ensuring that it was performed. Messages are good for: • Handing off work to another system. • Recording potentially time-consuming work that needs to be done asynchronously. • Scheduling for future delivery MySQL users. QCon 2019 Sugu Sougoumarane gives an overview of the salient features of Vitess. Video and Slides KubeCon San Diego 2019 KubeCon featured several Vitess talks, including: • Scaling Resilient
    0 码力 | 417 页 | 2.96 MB | 1 年前
    3
  • pdf文档 SQLite in Android

    java#1335 A single table to represent all types of media files:
 Each row can be an image, audio, video, or playlist _id _data _size title … 1 a.jpg 10000 a 2 b.bmp 20000 b 3 c.mp3 320000 c 4 d.avi image0.jpg 102400 profile select only images Views in Media Provider files images audio_meta video artists albums audio 31 Views in Media Provider CREATE VIEW IF NOT EXISTS audio
    0 码力 | 40 页 | 707.67 KB | 1 年前
    3
  • pdf文档 The Vitess 11.0 Documentation

    ensuring that it was performed. Messages are good for: • Handing off work to another system. • Recording potentially time-consuming work that needs to be done asynchronously. • Scheduling for future delivery MySQL users. 300 QCon 2019 Sugu Sougoumarane gives an overview of the salient features of Vitess. Video and Slides KubeCon San Diego 2019 KubeCon featured several Vitess talks, including: • Scaling Resilient
    0 码力 | 481 页 | 3.14 MB | 1 年前
    3
  • pdf文档 The Vitess 10.0 Documentation

    ensuring that it was performed. Messages are good for: • Handing off work to another system. • Recording potentially time-consuming work that needs to be done asynchronously. • Scheduling for future delivery MySQL users. QCon 2019 Sugu Sougoumarane gives an overview of the salient features of Vitess. Video and Slides KubeCon San Diego 2019 KubeCon featured several Vitess talks, including: • Scaling Resilient
    0 码力 | 455 页 | 3.07 MB | 1 年前
    3
  • pdf文档 PostgreSQL 10.23 Documentation

    permanently recorded and won't be lost even if a crash ensues shortly thereafter. For example, if we are recording a cash withdrawal by Bob, we do not want any chance that the debit to his account will disappear return value is the backup's ending write-ahead log location (which again can be ignored). After recording the ending location, the current write-ahead log insertion point is automatically advanced to the config_name is a column in the pgweb table. This allows mixed configurations in the same index while recording which configuration was used for each index entry. This would be useful, for example, if the document
    0 码力 | 2727 页 | 11.93 MB | 1 年前
    3
  • pdf文档 PostgreSQL 10.23 Documentation

    permanently recorded and won't be lost even if a crash ensues shortly thereafter. For example, if we are recording a cash withdrawal by Bob, we do not want any chance that the debit to his account will disappear return value is the backup's ending write-ahead log location (which again can be ignored). After recording the ending location, the current write-ahead log insertion point is automatically advanced to the config_name is a column in the pgweb table. This allows mixed configurations in the same index while recording which configuration was used for each index entry. This would be useful, for example, if the document
    0 码力 | 2590 页 | 12.03 MB | 1 年前
    3
  • pdf文档 PostgreSQL 9.5.25 Documentation

    permanently recorded and won’t be lost even if a crash ensues shortly thereafter. For example, if we are recording a cash withdrawal by Bob, we do not want any chance that the debit to his account will disappear return value is the backup’s ending transaction log location (which again can be ignored). After recording the ending location, the current transaction log insertion point is automatically advanced to the config_name is a column in the pgweb table. This allows mixed configurations in the same index while recording which configuration was used for each index entry. This would be useful, for example, if the document
    0 码力 | 2558 页 | 6.27 MB | 1 年前
    3
  • pdf文档 PostgreSQL 9.5 Documentation

    permanently recorded and won’t be lost even if a crash ensues shortly thereafter. For example, if we are recording a cash withdrawal by Bob, we do not want any chance that the debit to his account will disappear return value is the backup’s ending transaction log location (which again can be ignored). After recording the ending location, the current transaction log insertion point is automatically advanced to the config_name is a column in the pgweb table. This allows mixed configurations in the same index while recording which configuration was used for each index entry. This would be useful, for example, if the document
    0 码力 | 2714 页 | 6.33 MB | 1 年前
    3
  • 共 89 条
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 9
    前往
    页
    相关搜索词
    SQLSQLiteasResulFileFormatinOMNeT++firebirdlanguagereference30rusTheVitess9.0DocumentationAndroid11.010.0DocumentationPostgreSQL10.239.525
    IT文库
    关于我们 文库协议 联系我们 意见反馈 免责声明
    本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
    IT文库 ©1024 - 2025 | 站点地图
    Powered By MOREDOC AI v3.3.0-beta.70
    • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
      关注我们的公众号【刻舟求荐】,给您不一样的精彩