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

无数据

分类

全部云计算&大数据(22)Apache Kyuubi(22)后端开发(1)区块链(1)

语言

全部英语(22)中文(简体)(1)

格式

全部其他文档 其他(23)
 
本次搜索耗时 0.104 秒,为您找到相关结果约 23 个.
  • 全部
  • 云计算&大数据
  • Apache Kyuubi
  • 后端开发
  • 区块链
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 FISCO BCOS 1.3 中文文档

    区块链实现 作者:yibi-dev 海量存证数据+区块链实现 区块链存证目前存在的挑战 优化实现方案 亦笔科技的存证数据存储实现 为什么使用Phoenix+Hbase Hbase数据模型 Hbase分片基础的Region Hbase在业务实现上存在的不足 Phoenix架构 Phoenix性能对比 Cassandra如何快速、可靠的存储小文件 Cassandra数据的写入 Cassandra数据的读取 的可插拔实现。 亦笔科技的存证数据存储实现 Hbase对于海量文档数据存储有较好的支持,目前hadoop技术体系也相对 成熟稳定。使用Phoenix+Hbase支持海量数据的存储、随机查询。 Cassandra也是一种点对点的分布式nosql数据库,对于小文档数据存储有 良好的表现。支持海量文件数据的读写,节点数据自动同步。 为什么使用Phoenix + Hbase 在存证场景中,许多合作对象所需要存证的数据很难保持高度一致。NoSQL数 据库更适用于高扩展性的数据存储需求。海量存储、高并发同时也是很适合存 证的业务诉求。而稀疏的特性也大大节约了存储空间。 Hbase数据模型 HBase 以表的形式存储数据。表由行和列组成。列划分为若干个列族(row family),如下图所示。 Rowkey的概念和mysql中的主键是完全一样的,Hbase使用Rowkey来唯一的区 分某一行的数据。每个Region负责一小部分Rowkey范围的数据的读写和维
    0 码力 | 491 页 | 5.72 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.1-rc0 Documentation

    following configuration and tune it to fit your environment. [desktop] app_blacklist=zookeeper,hbase,impala,search,sqoop,security use_new_editor=true [[interpreters]] [[[sparksql]]] name=Spark SQL other third-party libraries, such as Hudi, Iceberg, Delta Lake, Kudu, Apache Paimon (Incubating), HBase,Cassandra, etc. We also provide sample data sources like TDC-DS, TPC-H for testing and benchmarking value> fs.azure.block.blob.with.compaction.dir /hbase/WALs,/tmp/myblobfiles fs.azure org.apache
    0 码力 | 401 页 | 5.25 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.0-rc0 Documentation

    following configuration and tune it to fit your environment. [desktop] app_blacklist=zookeeper,hbase,impala,search,sqoop,security use_new_editor=true [[interpreters]] [[[sparksql]]] name=Spark SQL integrate with other third-party libraries, such as Hudi, Iceberg, Delta Lake, Kudu, Flink Table Store, HBase,Cassandra, etc. We also provide sample data sources like TDC-DS, TPC-H for testing and benchmarking value> fs.azure.block.blob.with.compaction.dir /hbase/WALs,/tmp/myblobfiles fs.azure org.apache
    0 码力 | 404 页 | 5.25 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.0 Documentation

    following configuration and tune it to fit your environment. [desktop] app_blacklist=zookeeper,hbase,impala,search,sqoop,security use_new_editor=true [[interpreters]] [[[sparksql]]] name=Spark SQL integrate with other third-party libraries, such as Hudi, Iceberg, Delta Lake, Kudu, Flink Table Store, HBase,Cassandra, etc. We also provide sample data sources like TDC-DS, TPC-H for testing and benchmarking value> fs.azure.block.blob.with.compaction.dir /hbase/WALs,/tmp/myblobfiles fs.azure org.apache
    0 码力 | 400 页 | 5.25 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.0-rc1 Documentation

    following configuration and tune it to fit your environment. [desktop] app_blacklist=zookeeper,hbase,impala,search,sqoop,security use_new_editor=true [[interpreters]] [[[sparksql]]] name=Spark SQL integrate with other third-party libraries, such as Hudi, Iceberg, Delta Lake, Kudu, Flink Table Store, HBase,Cassandra, etc. We also provide sample data sources like TDC-DS, TPC-H for testing and benchmarking value> fs.azure.block.blob.with.compaction.dir /hbase/WALs,/tmp/myblobfiles fs.azure org.apache
    0 码力 | 400 页 | 5.25 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.2-rc0 Documentation

    following configuration and tune it to fit your environment. [desktop] app_blacklist=zookeeper,hbase,impala,search,sqoop,security use_new_editor=true [[interpreters]] [[[sparksql]]] name=Spark SQL other third-party libraries, such as Hudi, Iceberg, Delta Lake, Kudu, Apache Paimon (Incubating), HBase,Cassandra, etc. We also provide sample data sources like TDC-DS, TPC-H for testing and benchmarking value> fs.azure.block.blob.with.compaction.dir /hbase/WALs,/tmp/myblobfiles fs.azure org.apache
    0 码力 | 405 页 | 5.26 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.2 Documentation

    following configuration and tune it to fit your environment. [desktop] app_blacklist=zookeeper,hbase,impala,search,sqoop,security use_new_editor=true [[interpreters]] [[[sparksql]]] name=Spark SQL other third-party libraries, such as Hudi, Iceberg, Delta Lake, Kudu, Apache Paimon (Incubating), HBase,Cassandra, etc. We also provide sample data sources like TDC-DS, TPC-H for testing and benchmarking value> fs.azure.block.blob.with.compaction.dir /hbase/WALs,/tmp/myblobfiles fs.azure org.apache
    0 码力 | 405 页 | 5.26 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.9.0-SNAPSHOT Documentation

    following configuration and tune it to fit your environment. [desktop] app_blacklist=zookeeper,hbase,impala,search,sqoop,security use_new_editor=true [[interpreters]] [[[sparksql]]] name=Spark SQL other third-party libraries, such as Hudi, Iceberg, Delta Lake, Kudu, Apache Paimon (Incubating), HBase,Cassandra, etc. We also provide sample data sources like TDC-DS, TPC-H for testing and benchmarking e> fs.azure.block.blob.with.compaction.dir /hbase/WALs,/tmp/myblobfiles fs.azure org.apache
    0 码力 | 405 页 | 4.96 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.3 Documentation

    following configuration and tune it to fit your environment. [desktop] app_blacklist=zookeeper,hbase,impala,search,sqoop,security use_new_editor=true [[interpreters]] [[[sparksql]]] name=Spark SQL other third-party libraries, such as Hudi, Iceberg, Delta Lake, Kudu, Apache Paimon (Incubating), HBase,Cassandra, etc. We also provide sample data sources like TDC-DS, TPC-H for testing and benchmarking value> fs.azure.block.blob.with.compaction.dir /hbase/WALs,/tmp/myblobfiles fs.azure org.apache
    0 码力 | 405 页 | 5.26 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.8.0-rc0 Documentation

    configuration changes, and then Spark SQL will available in editor list. [desktop] app_blacklist=zookeeper,hbase,impala,search,sqoop,security use_new_editor=true [[interpreters]] [[[sparksql]]] name=Spark SQL other third-party libraries, such as Hudi, Iceberg, Delta Lake, Kudu, Apache Paimon (Incubating), HBase,Cassandra, etc. We also provide sample data sources like TDC-DS, TPC-H for testing and benchmarking value> fs.azure.block.blob.with.compaction.dir /hbase/WALs,/tmp/myblobfiles fs.azure org.apache
    0 码力 | 428 页 | 5.28 MB | 1 年前
    3
共 23 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
FISCOBCOS1.3中文文档ApacheKyuubi1.7rc0Documentationrc11.9SNAPSHOT1.8
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩