Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build-android.cross.txt

# agent working notes (audits, status, scratch design) — not product docs
.agents/
.agent/

# prototype build artifact
lab/lsm/test_adaptive
Expand Down
5 changes: 0 additions & 5 deletions README

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ for full provenance and the per-version index.
reclaimed while it still held SIREAD markers) was found with TSan/ASan and
fixed, and a multi-process concurrent-writer stress test (`ssi009`) guards
against regression. **Still experimental** in that page-granularity conflict
tracking can raise abort rates under contention (measured by
`lab/bench/ssi_abort_bench`), and the HA/replication qualification is still
being built. This is the *first* of the planned features in
[`ROADMAP.md`](ROADMAP.md), which targets matching or beating InnoDB and
WiredTiger on multicore/NUMA scalability and performance.
tracking can raise abort rates under contention (measured by the
microbenchmark suite under `test/bench`), and the HA/replication
qualification is still being built. Planned performance work is tracked as
design proposals under [`rfc/`](rfc/), targeting matching or beating InnoDB
and WiredTiger on multicore/NUMA scalability and performance.

## Building

Expand Down
247 changes: 0 additions & 247 deletions ROADMAP.md

This file was deleted.

2 changes: 1 addition & 1 deletion dist/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ uninstall_utilities:

# We install csharp docs even on UNIX so we don't have a
# broken link on the landing page.
DOCLIST=api_reference articles bdb-sql collections csharp \
DOCLIST=api_reference articles bdb-sql collections \
gsg gsg_db_rep gsg_txn index.html installation java \
license porting programmer_reference upgrading

Expand Down
1 change: 0 additions & 1 deletion dist/s_all
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ sh s_php # PHP config files
sh s_include # standard include files.

sh s_java # Java support.
sh s_csharp # Csharp support.
sh s_test # Test suite support.
#sh s_tags # Tags files.

Expand Down
7 changes: 0 additions & 7 deletions dist/s_csharp

This file was deleted.

73 changes: 0 additions & 73 deletions dist/s_csharp_const

This file was deleted.

Loading
Loading