![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Configuration options for WalWriter::open(). More...
#include <wal.hpp>
Public Attributes | |
| bool | sync_on_append = false |
| If true, fsync after every record append. | |
| bool | sync_on_flush = true |
| If true, fsync on explicit flush() calls. | |
| size_t | buffer_size = 65536 |
| stdio setvbuf buffer size in bytes | |
| int64_t | start_seq = 0 |
| First sequence number for brand-new files. | |
Configuration options for WalWriter::open().
Defined at namespace scope (not nested in WalWriter) to avoid an Apple Clang bug with default member initializers in nested structs.
| size_t signet::forge::WalWriterOptions::buffer_size = 65536 |
| int64_t signet::forge::WalWriterOptions::start_seq = 0 |
| bool signet::forge::WalWriterOptions::sync_on_append = false |
| bool signet::forge::WalWriterOptions::sync_on_flush = true |