1
0
Fork 0
Commit Graph

2642 Commits

Author SHA1 Message Date
Simon dda5c3da88 Update Durability.md (#8862) 2019-04-29 17:02:20 +02:00
Matthew Von-Maszewski 74507192a0 Feature 3.4: Have arangodump and arangorestore default to gzip formatted files (#8811) 2019-04-26 17:55:36 +02:00
Simran 981da960e8
Doc - Small typos (#8831) 2019-04-23 14:08:18 +02:00
Simran f0d5dbb4ba
Doc - Known Issues - Remove "Fixed in Versions" re AF shutdown hang (#8593) 2019-04-23 13:58:33 +02:00
Simran b5d79a8a1d
Doc - Clustering docs typos (#8827) 2019-04-23 13:56:17 +02:00
Simran 7d2a920707
Doc - AQL tutorial: Add FOR loop based joins (#8826) 2019-04-23 13:52:06 +02:00
Simran 9e47e400c0 Mention that the new geo features were added in 3.4.0 (#8635) 2019-04-15 15:39:50 +02:00
Simran abc0fad57e
Doc - Fix typo GEO_CONTAINS to GEO_INTERSECTS
Backport of #8691
2019-04-10 15:13:16 +02:00
Simran 15cb8dd3bf
Doc - Add cross-references for CRC32() and FNV64() 2019-03-27 23:38:06 +01:00
Jan cf517d0cb6
add AQL functions CRC32 and FNV64 (#8599) 2019-03-27 21:05:56 +01:00
Simran d1c1a2c485
Doc - Fix headline level of LogLevels.md 2019-03-26 15:31:22 +01:00
Sony AK 3469152a6d Doc - Backup Restore - Small typo (#8551) 2019-03-26 14:51:35 +01:00
Jan d6e8f5a297
documentation update for smart joins (#8574) 2019-03-26 11:48:01 +01:00
sleto-it c744b7b055
Doc - compact, version number (#8522) 2019-03-22 12:20:43 +01:00
Jan 3f3f0c6fe3
Feature 3.4/ncc1701 (#8441) 2019-03-21 14:53:28 +01:00
Jan dbfa483374
add RocksDB options `--rocksdb.allow-fallocate` and `--rocksdb.limit-open-files-at-startup` (#8492) 2019-03-21 12:05:57 +01:00
Jan db7fcdce7a
don't run compact() on a collection after a truncate() was done in the same transaction (#8471)
running compact() in the same transaction will only increase the data size on disk due to
  RocksDB not being able to remove any documents physically due to the snapshot that is
  taken at transaction start.

  This change also exposes db.<collection>.compact() in the arangosh, in order to manually
  run a compaction on the data range of a collection should it be needed for maintenance.
2019-03-20 17:44:06 +01:00
Simran 6e84bde5da
Doc - Make cleanOutServer step mandatory in drain documentation (#8462) (#8466)
* Doc - Make cleanOutServer step mandatory in drain documentation (#8462)

* Fix cluster health indention
2019-03-20 12:57:25 +01:00
Simran 05fed50c6a
Doc - Add log level description under Monitoring (#8465) 2019-03-20 02:58:41 +01:00
Frank Celler cbacd40e02
added options log.file-mode and log.file-group (#8449) 2019-03-19 09:05:45 +01:00
Frank Celler aca1673b62 Revert "added options log.file-mode and log.file-group"
This reverts commit 07a04dc49b.
2019-03-18 21:23:49 +01:00
Frank Celler 07a04dc49b added options log.file-mode and log.file-group 2019-03-18 21:22:39 +01:00
Simran fe4bd5cc81
Doc - Add v3.4 Active Failover known issues (#8416) 2019-03-14 00:45:27 +01:00
Simran 540252f9c4
Doc - Sync external repos 2019-03-13 (3.4) (#8415) 2019-03-13 23:05:57 +01:00
Simran 764bc55d05
Doc - Add cross-refs & better AQL function descriptions (#8395) 2019-03-13 14:28:06 +01:00
Simran 9d466d3b06
Doc - Fix/improve graph traversal/background indexing pages, console history and examples/options (#8378) 2019-03-13 08:44:09 +01:00
Simran b5f914f9ef
Doc - AQL UDFs: Manage on coordinator, improve warning (#8379) 2019-03-13 07:28:28 +01:00
Jan cd5c9edce1
various replication improvements (#8300) 2019-03-11 13:07:43 +01:00
Michael Hackstein fb956ccc67 PRUNE in AQL Traversal (#8286) 2019-03-07 21:13:26 +01:00
Jan 6941eb941c
added option `--console.history` to arangosh (#8328) 2019-03-07 13:14:51 +01:00
Simran cbfc317430
Doc - Fix typo in GettingStarted/QueryingTheDatabase.md 2019-03-07 01:50:52 +01:00
Simran 757d2e56e7
Doc - Azure Deployment: Make statement clearer (#8149) (#8315) 2019-03-04 16:17:54 +01:00
Simran 227626f964
Doc - Add missing deprecation note for traversal module (#8293) (#8316) 2019-03-04 16:17:34 +01:00
Simran e1e334a517
Doc - Rework AQL Data Types page (3.4) (#8288) 2019-03-04 16:16:52 +01:00
Simran 9732b8474f
Doc - Update Kubernetes (Tutorial/Drain) (#8295) (#8317) 2019-03-04 16:15:29 +01:00
sleto-it 31ab3c7c09
Doc - Fast Cluster Restore Procedure (#8289) 2019-02-27 17:25:06 +01:00
sleto-it d65ee0a241
Doc - Cluster Architecture Improvements (#8285) 2019-02-27 16:49:48 +01:00
sleto-it 91a37de8e7
Doc - AF improvements (#8281) 2019-02-27 15:56:43 +01:00
Simran 8bd9e6b56e Doc - Use proper terms for editions (esp. shardingStrategy) (#8252) 2019-02-27 11:34:36 +01:00
Simran 327684542f Doc - Improve hint boxes on page MigratingSingleInstanceCluster.md (#8253) 2019-02-27 11:33:29 +01:00
Matthew Von-Maszewski f1c7eab4f5 Doc - Add rocksdb clock fix to known issues (#8189) 2019-02-23 12:49:43 +01:00
Simran 590d4c5b07 Doc - Windows Installation - Use code tags and env vars (#8240) 2019-02-23 11:53:50 +01:00
Simran 8ce55e548f Doc - _rev warning (#8204) 2019-02-21 23:37:14 +01:00
Simran 9b99457f1d Doc - Added .insert part for document insertion (#8205) 2019-02-21 23:36:44 +01:00
Simran fd66277a8d Doc - Complete the highlights page (#8215) 2019-02-21 23:36:01 +01:00
sleto-it 867c6a8951
Doc - fix link 2019-02-21 20:01:58 +01:00
sleto-it ecc79492a8
Doc - New k8 drain page (#8231) 2019-02-21 19:11:06 +01:00
sleto-it 8a08bf4ec6
Doc - Cites Kubernetes in the upgrade guide (#8160) 2019-02-13 14:55:01 +01:00
Tobias Gödderz 5903874160 Doc - Note that ArangoSearch views cannot be used as edge collections in traversals. (#8100) 2019-02-06 10:43:51 +01:00
sleto-it 61f48225b6
Doc - quick fix 2019-02-05 11:43:50 +01:00