Devlive 开源社区 本次搜索耗时 1.688 秒,为您找到 789 个相关结果.
  • Java Custom Catalog

    1185 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...
  • Evolution

    1180 2025-03-10 《Apache Iceberg 1.8.1》
    Evolution Iceberg supports in-place table evolution . You can evolve a table schema just like SQL — even in nested structures — or change partition layout when data volume chang...
  • Code Style Guide

    1170 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

    1130 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

    1126 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...
  • EventMesh Runtime with Docker

    EventMesh Runtime with Docker 1. Prerequisites 2. Pull the EventMesh Runtime Image 3. Mount Configuration Files 3.1 EventMesh Runtime Configuration 3.2 Event Store Configuration...
  • Deployment

    1075 2025-03-12 《Apache Gobblin 0.17.0》
    Gobblin Execution Modes Overview One important feature of Gobblin is that it can be run on different platforms. Currently, Gobblin can run in standalone mode (which runs on a sing...
  • Metrics for Gobblin ETL

    1069 2025-03-26 《Apache Gobblin 0.17.0》
    Configuring Metrics and Event emission Operational Metrics Extractor Metrics Converter Metrics Fork Operator Metrics Row Level Policy Metrics Data Writer Metrics Runtime Eve...
  • Tailwind CSS 性能监控和优化

    性能监控和优化是确保 Tailwind CSS 项目高效运行的关键。本节将详细介绍如何实施性能监控和进行相应的优化。 性能指标监控 Web Vitals 监控 // utils/vitals.ts import { getCLS , getFID , getLCP , getTTFB , getFCP } from 'web...
  • Query based

    1055 2025-03-24 《Apache Gobblin 0.17.0》
    Introduction Constructs QueryBasedSource QueryBasedExtractor build readRecord Configuration Introduction QueryBasedSource represents a category of sources whose data...