Skip to content

TR File table

marufcetin edited this page Sep 1, 2026 · 2 revisions

Dosya Uzantisi: .table (Tablo Sema Tanimi)

Turkce Dokumantasyon | English Documentation

Kategori: Dosya Formatlari ve Depolama
Konum: dbstore/schema/${tablo_adi}.table
Format: Perl Hash Veri Yapisi


1. Tanim ve Genel Bakis

.table dosyasi, ilgili tablonun alan tiplerini, dogrulama kurallarini, indeks hedeflerini (search_block, match_block, facet_block, sort_block), yonlendirme kurallarini ve yasam dongusu ayarlarini tanimlar.


2. Tipik Sema Yapisi

{
    id_type      => 'ascii',
    auto_id      => 1,
    keep_deleted => 1,
    use_junk     => 1,
    search_block => [ 1, 4 ],
    match_block  => [ 1, 2 ],
    facet_block  => [ 1, 2 ],
    sort_block   => [ 3 ],
    fields => [
        { name => 'id',       type => 'uint64' },
        { name => 'title',    type => 'string' },
        { name => 'category', type => 'string' },
        { name => 'price',    type => 'float'  },
        { name => 'stock',    type => 'int'    },
    ],
}

3. Iliskili Maddeler ve Bakiniz

AmberDB Encyclopedia

Home · A-Z Index


Getting Started & Guides


Core Concepts


Core CRUD Methods


Query, Search & Facets


Transactions & Locks


Cache, Buffer & Low-Level


Locale & Helpers


Maintenance & Tools


Configuration Flags


File Formats


Language

Clone this wiki locally