Jan
5897baa984
added db.<collection>.getResponsibleShard() ( #8683 )
2019-04-08 16:10:45 +02:00
Jan
86458580d8
updated jemalloc version to 5.2.0 ( #8684 )
2019-04-05 22:01:56 +02:00
Jan
5d83eb7442
this looks better ( #8680 )
2019-04-04 15:51:40 +02:00
jsteemann
14429d9163
be explicit about V8 changed behavior
2019-04-01 13:54:26 +02:00
jsteemann
158a5ac163
added views to limitations
2019-04-01 12:14:52 +02:00
Jan
531b55f225
introduce option `--log.time-format` ( #8604 )
2019-03-29 17:15:33 +01:00
Jan
0265beeb06
reintroduce check for vm.overcommit_memory setting ( #8603 )
2019-03-28 12:49:57 +01:00
Jan
14720b85be
add AQL functions CRC32 and FNV64 ( #8600 )
2019-03-28 03:06:33 +01:00
jsteemann
0aa450aaa3
updated CHANGELOG
2019-03-27 22:47:39 +01:00
Jan Christoph Uhde
523019c8d3
update rocksdb to 6.0.fb ( #8576 )
2019-03-26 15:52:35 +01:00
Simran
bd5761c8b2
Doc - Fix headline level of LogLevels.md
2019-03-26 15:31:07 +01:00
Simran
7a2c88353c
Doc - Backup and Restore - Small typo ( #8589 )
2019-03-26 14:54:29 +01:00
Jan
14843a4275
documentation improvements for smart joins ( #8573 )
2019-03-26 10:15:00 +01:00
Jan
dbcc9767fa
Feature/turn on unique log ids ( #8572 )
...
* turn on unique log message IDs by default
* add missing feature documentation
* update CHANGELOG
2019-03-26 09:18:32 +01:00
Wilfried Goesgens
0634b24dde
add tests for dump/restore of multiple databases ( #8530 )
2019-03-25 15:52:37 +01:00
Jan
39a3f5bc4e
reintroduce smart joins after temporarily reverting them in devel ( #8543 )
2019-03-23 20:36:02 +01:00
sleto-it
6a22409ca7
Doc - compact, version number ( #8521 )
2019-03-22 12:07:18 +01:00
Jan
a35f6ccf10
fix type of hidden startup option `--rocksdb.recycle-log-file-num` ( #8517 )
2019-03-22 11:21:53 +01:00
jsteemann
dc381a99df
Revert "Feature/ncc1701 ( #8440 )"
...
This reverts commit 59ad583796
.
2019-03-21 19:18:46 +01:00
Jan
59ad583796
Feature/ncc1701 ( #8440 )
2019-03-21 15:05:36 +01:00
Jan
00ac1db850
add RocksDB options `--rocksdb.allow-fallocate` and `--rocksdb.limit-open-files-at-startup` ( #8493 )
2019-03-21 14:21:35 +01:00
Jan
6d107beeda
don't run compact() on a collection after a truncate() was done in th… ( #8468 )
...
* don't run compact() on a collection after a truncate() was done in the same transaction
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 we take at transaction start.
Decoupling the truncate transaction from the compact operation allows finishing the truncate transaction first, so we can
get rid of the snapshot. Running compact afterwards is then free to physically remove all the data.
As a nice side effect this change will also speed up the truncation of larger collections, because the compact will run
faster.
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.
* fix documentation anchors
2019-03-20 16:27:54 +01:00
Frank Celler
ea9be71998
added --log.file-mode and --log.file-group ( #8450 )
2019-03-20 14:21:18 +01:00
Simran
e829d2e491
Add log level description under Monitoring ( #8461 )
2019-03-20 02:17:09 +01:00
Simran
fe67f4f93c
Doc - Make cleanOutServer step mandatory in drain documentation ( #8462 )
2019-03-20 02:15:27 +01:00
Simran
c6e80910e1
Doc - Fix Client Tools section in NewFeatures35.md ( #8463 )
2019-03-20 00:57:21 +01:00
Jan
2c4accdf34
micro improvements for rocksdb options ( #8433 )
2019-03-19 12:47:57 +01:00
Dan Larkin-York
2eadab33e7
Index hints ( #8431 )
2019-03-19 09:14:18 +01:00
Jan
5d527168d0
arangodump & arangorestore all databases ( #8394 )
2019-03-18 17:05:08 +01:00
Simran
b211277870
Doc - Add v3.4 Active Failover known issues ( #8400 )
2019-03-13 23:18:49 +01:00
Simran
f816597e84
Doc - Sync external repos 2019-03-13 (devel) ( #8405 )
2019-03-13 23:00:43 +01:00
Dan Larkin-York
413e90508f
Named indices ( #8370 )
2019-03-13 18:20:32 +01:00
Jan
a841d472be
emit a warning when connecting with the client tools to a DBSERVER ( #8397 )
2019-03-13 13:08:41 +01:00
Simran
6bf276405b
Doc - Add cross-refs & better AQL function descriptions ( #8242 )
2019-03-13 08:49:12 +01:00
Simran
80fab81db8
Doc - AQL UDFs: Manage on coordinator, improve warning ( #8340 )
2019-03-12 09:08:26 +01:00
Simran
3ded78c495
Doc - Fix ReplicationApplier.md hint box ( #8372 )
2019-03-11 16:36:06 +01:00
Simran
8891f79356
Doc - Fix/improve graph traversal/background indexing pages, console.history and examples/options ( #8336 )
2019-03-11 14:06:28 +01:00
Jan
12e11a5197
port of replication improvements from 3.4 ( #8308 )
2019-03-11 13:37:18 +01:00
Jan
4c6c61ca33
document `includeFoxxQueues` attribute and persist it ( #8351 )
2019-03-08 18:43:35 +01:00
Jan
c82e0c2ca0
add option `--console.history` to arangosh ( #8327 )
2019-03-07 13:05:54 +01:00
Simran
915512647f
Doc - Fix typo in GettingStarted/QueryingTheDatabase.md
2019-03-07 01:50:10 +01:00
jsteemann
45dd94e60c
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2019-03-04 16:26:56 +01:00
jsteemann
6d751686e3
updated documentation
2019-03-04 16:26:46 +01:00
Simran
0a237fb10c
Doc - Rework AQL Data Types page ( #8287 )
2019-03-04 16:16:25 +01:00
Frank Celler
2329dd1ee2
Feature/data masking improvments ( #8129 )
2019-03-04 10:47:26 +01:00
Simran
e7cdfaa2cb
Doc - Add missing deprecation note for traversal module ( #8293 )
2019-03-01 08:30:03 +01:00
sleto-it
f7dec4eacb
Doc - Azure Deployment: Make statement clearer ( #8149 )
2019-03-01 08:25:18 +01:00
Simran
a41b13894e
Doc - Update Kubernetes (Tutorial/Drain) ( #8295 )
2019-02-28 22:06:52 +01:00
sleto-it
37c5c1239d
Doc - Fast Cluster Restore Procedure ( #7756 )
2019-02-27 16:29:51 +01:00
sleto-it
ef03234331
Doc - Cluster Architecture Improvements ( #7992 )
2019-02-27 16:24:42 +01:00
sleto-it
a76f21735a
Doc - AF improvements ( #8237 )
2019-02-27 14:42:14 +01:00
Michael Hackstein
6e8d43b2da
Feature/aql traversal prune ( #8255 )
...
Allow PRUNE in the AQL Traverser.
2019-02-27 11:43:06 +01:00
Heiko
b6224c65bb
Bug fix/geo optimization cleanup ( #7637 )
...
* docu geo
* cleanup, reuse of code
* Update Geo.md
Fix indention, improve links, fix description of GEO_MULTIPOLYGON() parameter.
* One array level can be omitted if the Polygon has no holes
2019-02-27 09:01:40 +01:00
Simran
3df86129e8
Doc - Use proper terms for editions (esp. shardingStrategy) ( #8014 )
2019-02-23 23:11:36 +01:00
Simran
9f5f2d7c92
Doc - Add RocksDB known issue to 3.3, 3.4 ( #8247 )
...
3.5.0 and higher will not be affected
2019-02-23 12:51:17 +01:00
Simran
7a75f37857
Doc - Improve hint boxes on page MigratingSingleInstanceCluster.md ( #8241 )
2019-02-23 11:53:02 +01:00
Jan
d46acbb156
Bug fix/make ttl index work with datestrings too ( #8208 )
2019-02-22 16:09:51 +01:00
Simran
c3f082db42
Doc - Windows Installation - Use code tags and env vars ( #8232 )
2019-02-21 23:43:56 +01:00
sleto-it
fcc1700d33
Doc - fix link
2019-02-21 20:05:32 +01:00
sleto-it
7afee85fad
Doc - New k8 drain page ( #8228 )
...
* tmp - integration preview only
* images
* Update Drain.md
* updates after merge in external repo
2019-02-21 19:10:45 +01:00
jsteemann
4bc8a6aa0d
add V8 upgrade to new features
2019-02-20 13:03:44 +01:00
Jan
44c6a2d732
Feature/ttl index ( #8169 )
2019-02-19 14:12:21 +01:00
Simran
3a03daa771
Doc - Complete the highlights page ( #7972 )
2019-02-19 00:17:13 +01:00
sleto-it
43faa28d90
Doc - _rev warning ( #8044 )
2019-02-19 00:14:39 +01:00
Simran
8690d21522
Doc - Improve description of CHECK_DOCUMENT() AQL function ( #8003 )
2019-02-17 23:53:20 +01:00
Luigi Servini
7f0cab12d2
Doc - Added .insert part for document insertion ( #8033 )
2019-02-17 23:49:03 +01:00
sleto-it
dce9e661e5
Doc - Cites Kubernetes in the upgrade guide ( #8133 )
2019-02-13 13:13:01 +01:00
Tobias Gödderz
542435d43b
Doc - Note that ArangoSearch views cannot be used as edge collections in traversals. ( #8099 )
2019-02-06 10:44:25 +01:00
sleto-it
f1ddaeedf2
Doc - Production Checklist Improvements ( #8110 )
2019-02-06 10:42:04 +01:00
sleto-it
0337458461
Doc - More downgrade options (solving challenging situations) ( #7988 )
2019-02-05 00:48:33 +01:00
sleto-it
8a5db1c14d
Doc - fixes link ( #8043 )
2019-02-05 00:23:14 +01:00
Dan Larkin-York
2497173fb3
Adde missing documentation and CHANGELOG entries for sort-limit optimization. ( #8087 )
2019-02-01 15:31:42 +01:00
Simran
0f889d61bc
Doc - Maskings - Forward port improvement from 3.3 ( #8066 )
2019-01-31 11:41:48 +01:00
sleto-it
7cbb97f5b4
Doc - Sync external repos ( #8063 ) ( #8067 )
2019-01-30 20:20:56 +01:00
Frank Celler
603612f1d2
Feature/maskings documentation ( #8018 )
2019-01-30 12:01:49 +01:00
Simon
fd70b6fc34
Background Indexing ( #8039 )
2019-01-29 09:31:32 +01:00
Frank Celler
9927b3a281
Feature/maskings ( #8006 )
2019-01-22 22:23:25 +01:00
maxkernbach
7958ac1a68
Doc - peakMemoryUsage , add info on version ( #8007 )
2019-01-21 17:48:45 +01:00
jsteemann
cd26187993
fix typo in docs
2019-01-17 19:48:17 +01:00
Jan
9635df56eb
added "peakMemoryUsage" query result figure ( #7952 )
2019-01-17 13:58:18 +01:00
sleto-it
d245e5c96d
Doc - Upgrade on Windows ( #7682 )
2019-01-16 14:59:17 +01:00
Simran
50f248faec
Doc - Single Instance vs. Cluster (update) ( #7960 )
2019-01-16 14:56:29 +01:00
KVS85
ac37dbed89
Doc - updates to the compiling under windows section ( #7894 )
2019-01-15 20:00:35 +01:00
Simran
9fea30b8ee
Doc - rel notes page imp ( #7613 )
2019-01-15 19:56:14 +01:00
sleto-it
9802561ed5
Doc - fixes link
2019-01-15 10:22:10 +01:00
sleto-it
d6761ba873
Doc - upgraded starter procedure
2019-01-15 10:17:39 +01:00
Simran
c8730b99ef
Doc - Cookbook: Remove outdated OpenSSL recipe ( #7929 )
2019-01-11 22:34:06 +01:00
Jan Christoph Uhde
f65853e30f
make use of sortedness of rocksdb primary index ( #7788 )
2019-01-11 09:40:22 +01:00
Simran
6a3fa519a2
Doc - Extend generation of program option tables ( #7888 )
2019-01-10 19:39:26 +01:00
Andrey Abramov
d4a010baf9
Bug fix/internal issue #316 ( #7911 )
...
* allow using scorers outside ArangoSearch view context
Signed-off-by: Andrey Abramov <andrey@arangodb.com>
* ensure query is properly optimized after replacement of scorer functions
* do not apply `handleViewsRule` to queries without views
* simplify optimization rule for ArangoSearch views
* show ArangoSearch view scorers in query explanation
* fix tests
* fix tests
* add stub for scorer related tests
* reformat
* check variable depth in `ViewExpressionContext::getVariableValue`
* add some tests
* address js test failures
* address jslint errors
* ensure `IResearchViewNode` exposes variables used in scorers
* ensure scorers with expressions are deduplicated
* fix deduplication for indexed access
* more tests
* partially address review comments
* address review comments
* simplify code
* remove irrelevant, commented out code
* ensure array comparisons are properly handled
* update changelog & loki
2019-01-10 21:04:19 +03:00
Max Neunhöffer
cf249ff447
Doc - Add a paragraph that JS JS trxs are excluded from intermediate commits. ( #7919 )
2019-01-09 15:20:14 +01:00
Simran
e7810e1956
Doc - Update remark about per-database replication ( #7891 )
2019-01-08 19:36:00 +01:00
sleto-it
28b84951cb
Doc - Known Issues - new links ( #7908 )
2019-01-08 19:11:01 +01:00
sleto-it
fbb1de5bcc
Doc - check_function ( #7885 )
2019-01-04 21:05:31 +01:00
Jan
f66bac4f86
added AQL function CHECK_DOCUMENT ( #7842 )
2019-01-04 15:31:29 +01:00
Jan
28528973e3
added arangorestore option `--cleanup-duplicate-attributes` ( #7877 )
2019-01-04 15:25:45 +01:00
sleto-it
c48756486e
Doc - arangorestore improvements ( #7878 )
2019-01-03 18:26:07 +01:00
Jan
b3a3e35f3d
added arangorestore options `--number-of-shards` and `--replication-f… ( #7869 )
...
* added arangorestore options `--number-of-shards` and `--replication-factor`
* updated documentation
* added version numbers
2019-01-03 11:07:02 +01:00
sleto-it
099fd6d2db
Doc - Forwardports to devel - 2018-12-27 ( #7858 )
2018-12-27 17:12:50 +01:00
Omar_A
5bf0eb4fea
Doc - Sync-external-repo-2018-12-25 ( #7854 )
2018-12-27 11:17:11 +01:00