C++ in the Cloud
C++ in the Cloud One NIF at a Time with Elixir Sakshi Verma | Senior Software Engineerhttps://www.linkedin.com/in/sakverma Functional, concurrent language built for scalability. Ideal for managing managing large-scale cloud applications. Built on the Erlang VM, ensuring resilience and fault tolerance. What is Elixir?https://www.linkedin.com/in/sakverma The Smooth Sailing…https://www.linkedin0 码力 | 14 页 | 609.86 KB | 5 月前3Curve Cloud Native
Curve integrate to Cloud NativeCurve intro • Curve is an distributed storage system • High performance • Easiser operation • Cloud native • Curve is composed of two parts • Curve Block Storage Storage (CurveBS) • CurveBS: a high performance cloud native distributed block storage • Curve File System (CurveFS) • CurveFS: a high performance cloud native file system (Based on CurveBS / S3 compatible recovery • MDS / ChunkServer should respect failure domains of Kubernetes • Support for public cloud environments • Dashboard-driven configuration after minimal Curve installFeature list for cluster0 码力 | 9 页 | 2.85 MB | 5 月前3TiDB中文技术文档
MySQL 客户 端连接。如果现有的业务已经基于 MySQL 开发,大多数情况不需要修改代码即可直接替换单机的 MySQL。 包括现有的大多数 MySQL 运维工具(如 PHPMyAdmin, Navicat, MySQL Workbench 等),以及备份恢复工 具(如 mysqldump, mydumper/myloader)等都可以直接使用。 不过一些特性由于在分布式环境下没法很好的实现,目前暂时不支持或者是表现与 复制流程。为了避免系统出现被卡住的情况,我们对事务的大小做了限制: 单条 KV entry 不超过 6MB KV entry 的总条数不超过 30w KV entry 的总大小不超过 100MB 在 Google 的 Cloud Spanner 上面,也有类似的限制。 导入数据的时候,可以分批插入,每批最好不要超过 1w 行。 对于 insert 和 select,可以开启 set @@session.tidb_batch_insert=1; how、 insert、select 等。 Statement OPS 只统计 select、updat、insert 等业务相关的,所以 Statement OPS 的统计和业务比较相 符。 Cloud TiDB 目前已经在腾讯云、UCloud 上线,都是数据库一级入口,欢迎大家使用。 请求 PD 超时,请检查 PD Server 状态/监控/日志以及 TiDB Server 与 PD Server0 码力 | 444 页 | 4.89 MB | 5 月前3Exceptions Under the Spotlight
step back, and have a more general overview Platform OS Program Subroutine Subroutine Program Cloud Platform PART III: DESIGN OVERVIEW “No single unit of a system can recover from every error that with alternatives. (can be defined with a flag) I. Signal to a different process. II. Report to cloud. III. Write to file. 2. Use pre-allocated space for exceptions. 3. Save minimal data needed. 4 hardware resources. • Performance sensitive applications. Platform OS Program Subroutine Program Cloud Platform Over 50% of Embedded / RT 49 • Let’s consider the big picture!PART V: WHAT’S NEXT? •0 码力 | 53 页 | 2.82 MB | 5 月前309-harbor助你玩转云原生-邹佳
制品的安全分发(签名、漏洞扫描与安全策略) - 资源清理与垃圾回收 - 构建高可用(HA)制品仓库服务 - Harbor集成与扩展 - 路线图 - 参与贡献Harbor社区 云原生与制品管理 [1] 云原生(cloud-native)技术使组织能够在现代化和动态的环境下(如公有云、私有云 和混合云)构建和运行可扩展的应用程序。云原生典型技术包括容器、服务网络、 微服务、不可变基础设施和声明性API等。 v1.0 Persistent Volume CR: RedisFailover Persistent Volume CR: Minio Tenant Persistent Volume CR: Portal CR: Core CR: Registry CR: Jobservice CR: Trivy Autonomous Operator Controllers harbor Controller0 码力 | 32 页 | 17.15 MB | 5 月前3OpenAI - AI in the Enterprise
experiences. 3 AI in the EnterpriseBut leveraging AI isn’t the same as building software or deploying cloud apps. The most successful companies are often those who treat it as a new paradigm. This leads to organization’s policies. For more on OpenAI and security, visit our Security page or the OpenAI Security Portal. 23 AI in the EnterpriseMore resources OpenAI for Business OpenAI Stories ChatGPT Enterprise0 码力 | 25 页 | 9.48 MB | 5 月前3Heterogeneous Modern C++ with SYCL 2020
Electrical and electronic components (SOTIF) ● Chair of UL4600 Object Tracking ● RISC-V Datacenter/Cloud Computing Chair ● http://wongmichael.com/about ● C++11 book in Chinese: https://www.amazon.cn/dp/B00ETOV2OQ s/2021/nersc-alcf-codeplay-partner-on-sycl-for-next-generation-supercomputers/ https://research-portal.uws.ac.uk/en/publications/trisycl-for-xilinx-fpga https://www.imaginationtech.com/news/press-re compiled inferencing code or call vision/inferencing API Networks trained on high-end desktop and cloud systems Open industry standards, enable flexible integration and deployment of multiple acceleration0 码力 | 114 页 | 7.94 MB | 5 月前3Trends Artificial Intelligence
Internal Combustion Engine Flight Synthetic Fertilizer Transistors PCs Internet Smartphones Cloud12 …Technology Compounding Over Fifty-Plus Years = Better + Faster + Cheaper → More Note: PC units base as of 2010. Mobile internet units are the installed based of smartphones & tablets in 2020. Cloud & data center capex includes Google, Amazon, Microsoft, Meta, Alibaba, Apple, IBM, Oracle, Tencent Trillion Enterprise Impact’ via Morgan Stanley (10/23) Enabling Infrastructure CPUs Big Data / Cloud GPUs Computing Cycles Over Time – 1960s-2020s, per Morgan Stanley Note: Axis is logarithmic;0 码力 | 340 页 | 12.14 MB | 4 月前3Transitioning to Go
bash scripts) - Automated tests (e.g. load tests, REST API tests) - Network service (e.g. blog portal) Side note: Consider finding a mentor.Gophers Slack https://invite.slack.golangbridge.org/0 码力 | 30 页 | 1.53 MB | 4 月前3Curve质量监控与运维 - 网易数帆
Curve使用brpc内置的bvar计数器类库,来生成监控指标,其特点是: thread local存储,减少了cache bouncing,性能开销极小; 支持在 brpc server 服务的端口上以web portal的方式导出和查询监控指标: 常用的bvar数据类型: bvar::Adder: 计数器,默认0, varname << N相当于varname += N bvar::LatencyRecorder 0 码力 | 33 页 | 2.64 MB | 5 月前3
共 103 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11