A.J. Beamon
d1f050690a
Merge pull request #2454 from ajbeamon/document-range-read-efficiency
...
Document efficiency of reverse range reads
2020-02-20 15:25:38 -08:00
John Brownlee
8972027f43
Merge pull request #2456 from ajbeamon/document-api-version-upgrade-guide
...
Add an API version upgrade guide
2020-01-24 18:30:53 -08:00
Vishesh Yadav
eee784fbdb
doc: Reorder compare-and-clear documentation
2019-12-16 13:54:23 -08:00
Vishesh Yadav
5c48a105c5
docs: Document CompareAndClear atomic op
2019-12-16 13:53:52 -08:00
gauravvnera
83da581314
addressed review comments
2019-12-14 00:10:25 +05:30
gauravvnera
1dedd3df56
Clarify Documentation for clear_range
2019-12-13 09:18:57 +05:30
A.J. Beamon
94dc152180
Add an API version upgrade guide that specifically documents what needs to change to client code when upgrading API versions.
2019-12-12 14:19:43 -08:00
A.J. Beamon
3cc3f1d2ad
Note that range reads are supported natively by the database and have little cost over regular range reads.
2019-12-12 10:50:21 -08:00
Xin Dong
8016d02699
Added documents explaining the at-most-once guarantee provided by add callbacks function
2019-12-11 14:45:39 -08:00
Vishesh Yadav
1b93c10332
Merge pull request #2438 from ajbeamon/document-open-multiple-databases
...
Add documentation about opening connections to multiple clusters
2019-12-11 13:01:00 -08:00
Balachandar Namasivayam
2d4339ae7a
Addressed review comments by explicitly mentioning that type of identifier in the set_debug_transaction_identifier(id) method.
2019-12-10 17:30:46 -08:00
Balachandar Namasivayam
b3bedf7cb3
Updated ruby binding for transaction options related to logging and also fixed a typo.
2019-12-10 13:27:54 -08:00
A.J. Beamon
bdbc97c452
Add docuentation about opening connections to multiple clusters
2019-12-10 12:38:37 -08:00
Andrew Noyes
95c6c9618e
Update documentation and testers for new options
2019-09-05 16:40:12 -07:00
Evan Tschannen
b509a441e7
Merge branch 'master' into feature-skip-confirm
...
# Conflicts:
# bindings/flow/tester/Tester.actor.cpp
# bindings/go/src/_stacktester/stacktester.go
# bindings/java/src/test/com/apple/foundationdb/test/AsyncStackTester.java
# bindings/java/src/test/com/apple/foundationdb/test/StackTester.java
# bindings/python/tests/tester.py
# bindings/ruby/tests/tester.rb
# documentation/sphinx/source/api-c.rst
# documentation/sphinx/source/api-python.rst
# documentation/sphinx/source/api-ruby.rst
# documentation/sphinx/source/data-modeling.rst
# documentation/sphinx/source/developer-guide.rst
# fdbclient/vexillographer/fdb.options
# fdbserver/MasterProxyServer.actor.cpp
2019-07-27 15:08:13 -07:00
A.J. Beamon
93be69b6a3
Increase the API version to 620.
2019-07-18 10:56:05 -07:00
A.J. Beamon
562e41d25d
Apply suggestions from code review
...
Co-Authored-By: Alec Grieser <alloc@apple.com>
2019-07-15 15:02:55 -07:00
Evan Tschannen
c4c9e6cee7
fixed compiler errors
2019-07-12 18:28:41 -07:00
Evan Tschannen
02de53160d
only skip confirm epoch live if CAUSAL_READ_RISKY is enabled
...
time checked on the proxy should be less than the time waited by the master to account for clock speed differences
setting REQUIRED_MIN_RECOVERY_DURATION and ENFORCED_MIN_RECOVERY_DURATION to 0 will go back to the old behavior
2019-07-12 17:58:16 -07:00
A.J. Beamon
d5051b08dd
Make trace event field lengths (and total event sizes) default knobified and configurable. Add a transaction option to control the field length of transaction debug logging. Make the program start command line field less likely to be truncated.
2019-07-12 16:12:35 -07:00
Alec Grieser
e8c75505d3
Merge pull request #1725 from jzhou77/db-option
...
Add transaction size option
2019-06-21 08:25:34 -07:00
Jingyu Zhou
3a63d053e9
Address review comments for PR#1725
2019-06-20 14:06:32 -07:00
Jingyu Zhou
bf6bd92d8b
Fix documentation on transaction size limit
2019-06-19 14:54:50 -07:00
Jingyu Zhou
9c2257a0e5
Add transaction size option
2019-06-19 07:45:23 -07:00
Alex Miller
dfe7ca2610
Apply suggestions from code review
...
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
2019-06-12 17:39:11 -07:00
Alex Miller
b032b6a7f9
Fix documentation problems highlighted in #1363
2019-06-11 15:02:00 -07:00
A.J. Beamon
e9b1dfeff1
Remove a duplicate substitution definition
2019-05-21 16:33:00 -07:00
Alec Grieser
0cec120803
document new database options added in resolution to #775
2019-03-20 11:15:19 -06:00
A.J. Beamon
4516e9b509
Fix a merge issue I should have anticipated.
2019-02-08 11:15:59 -08:00
Alec Grieser
c6b3ea8870
Merge pull request #1132 from ajbeamon/fix-ruby-docs-missing-method
...
Fix alignment and missing method header in Ruby docs
2019-02-08 11:09:52 -08:00
A.J. Beamon
d29b6a1880
Fix alignment and missing method header
2019-02-08 10:16:53 -08:00
Andrew Noyes
768d7678be
Add trace_format network option
2019-01-28 15:14:17 -08:00
A.J. Beamon
890a0f3e82
Merge branch 'master' into remove-cluster-from-bindings
...
# Conflicts:
# bindings/flow/fdb_flow.actor.cpp
2018-11-26 12:01:03 -08:00
Evan Tschannen
e45952bc53
Merge branch 'release-6.0'
...
# Conflicts:
# documentation/sphinx/source/release-notes.rst
# fdbclient/BackupContainer.actor.cpp
# fdbclient/BlobStore.actor.cpp
# fdbclient/HTTP.actor.cpp
# tests/BlobStore.txt
# versions.target
2018-11-13 16:06:39 -08:00
Alec Grieser
7e4f84c60e
Merge remote-tracking branch 'upstream/release-6.0' into feature-bigint-support-go-ruby-aj
2018-11-13 11:28:10 -08:00
Evan Tschannen
4b5d0b4e2c
Merge branch 'release-6.0'
...
# Conflicts:
# documentation/sphinx/source/release-notes.rst
# fdbclient/AsyncFileBlobStore.actor.cpp
# fdbclient/AsyncFileBlobStore.actor.h
# fdbclient/BlobStore.actor.cpp
# fdbclient/BlobStore.h
# fdbclient/HTTP.actor.cpp
# fdbclient/ManagementAPI.actor.cpp
# fdbclient/NativeAPI.actor.cpp
# fdbrpc/LoadBalance.actor.h
# fdbrpc/batcher.actor.h
# fdbrpc/fdbrpc.vcxproj
# fdbrpc/sim2.actor.cpp
# fdbserver/DataDistribution.actor.cpp
# fdbserver/DataDistributionTracker.actor.cpp
# fdbserver/SimulatedCluster.actor.cpp
# fdbserver/TLogServer.actor.cpp
# fdbserver/masterserver.actor.cpp
2018-11-10 13:04:24 -08:00
A.J. Beamon
d54af96ba4
Various fixes to our documentation, such as syntax problems, broken links, etc.
2018-11-01 14:19:37 -07:00
A.J. Beamon
2be1cabc72
Support for big integers in go and ruby tuple layers
2018-10-24 15:50:07 -07:00
A.J. Beamon
d5357d2439
Update all of the bindings to use the new C API and deprecate or remove unneeded parts of their APIs.
2018-10-02 15:28:46 -07:00
A.J. Beamon
983a5bd390
Bump API version to 610
2018-09-26 10:58:07 -07:00
Alec Grieser
46b8612566
bump API version from 520 to 600
2018-07-09 11:00:57 -07:00
A.J. Beamon
026458baf3
Merge release-5.2 into master
2018-05-23 15:32:56 -07:00
Alvin Moore
bc47a4a23d
Fixed carriage return line endings
2018-05-23 11:34:26 -07:00
Evan Tschannen
e8378115e0
removed dev_null_is_web_scale
2018-04-26 14:10:28 -07:00
Alex Miller
b86e70f77d
Add documentation for the TLS Plugin.
2018-04-12 17:17:08 -07:00
John Brownlee
7d1984b4d4
Initial import of cleaned up documentation.
2018-03-13 13:09:35 -07:00