Devlive 开源社区 本次搜索耗时 0.474 秒,为您找到 633 个相关结果.
  • Partitioning

    1079 2025-03-10 《Apache Iceberg 1.8.1》
    Partitioning What is partitioning? Partitioning is a way to make queries faster by grouping similar rows together when writing. For example, queries for log entries from a logs ...
  • EventMesh Stream

    EventMesh Stream Overview of Event Streaming Requirements Functional Requirements Design Details Architecture Design EventMesh-Stream Component Event Event Channel Event End...
  • 第三节:仓库列表页 - 卡片与排序布局

    学习目标 GitHub仓库列表页分析 页面骨架结构 实现用户信息栏和导航标签 添加过滤和搜索控件 实现仓库卡片列表 添加分页导航组件 响应式设计考虑 关键样式技术点 1. 仓库卡片模式 2. 分隔线和边界 3. 标签和指示器 4. 语言颜色点 5. 过滤器和排序控件 常见问题与解决方案 问题1:移动设备上过滤控件的排列 问题2:...
  • Home

    1077 2025-03-07 《Apache Gobblin 0.17.0》
    Over the years, LinkedIn’s data infrastructure team built custom solutions for ingesting diverse data entities into our Hadoop eco-system. At one point, we were running 15 t...
  • Java Custom Catalog

    1068 2025-03-14 《Apache Iceberg 1.8.1》
    Custom Catalog It’s possible to read an iceberg table either from an hdfs path or from a hive table. It’s also possible to use a custom metastore in place of hive. The steps to do...
  • Couchbase

    1065 2025-03-25 《Apache Gobblin 0.17.0》
    Introduction Record format Configuration General configuration values Authentication No credentials Using certificates Using bucket password Document level expiration 1 - Ex...
  • Trigonometric Functions

    1049 2024-06-24 《Apache AGE 0.6.0》
    degrees radians pi sin cos tan Cot asin acos atan atan2 degrees degrees() converts radians to degrees. Syntax: degrees(expression) Returns: An agtype float . ...
  • Code Style Guide

    1045 2025-03-26 《Apache Gobblin 0.17.0》
    Overview Guideline Code Style Template File Overview The code formatting standard in this project is based on the Oracle/Sun Code Convention and Google Java Style . Guide...
  • Client-Side Caching

    1031 2025-03-15 《Redisson 3.45.0》
    Native implementation Client Side caching is implemented using client tracking listener through RESP3 protocol available in Redis or Valkey. It’s used to speed up read operation...
  • Distributed counters

    1012 2025-03-14 《Redisson 3.45.0》
    Id generator Redis or Valkey based Java Id generator RIdGenerator generates unique numbers but not monotonically increased. At first request, batch of id numbers is allocated and...