Skip to content

Commit

Permalink
devcontainers: add support for column oriented tables
Browse files Browse the repository at this point in the history
  • Loading branch information
polRk committed Jan 23, 2025
1 parent ba7b321 commit 1621a2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ services:
- ydb-certs:/ydb_certs

environment:
- YDB_USE_IN_MEMORY_PDISKS=true
- YDB_ENABLE_COLUMN_TABLES=1
- YDB_USE_IN_MEMORY_PDISKS=1
- GRPC_TLS_PORT=2135
- GRPC_PORT=2136
- MON_PORT=8765
Expand Down

0 comments on commit 1621a2e

Please sign in to comment.