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
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
6d751686e3
updated documentation
2019-03-04 16:26:46 +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
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
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
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
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
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
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
maxkernbach
4db6390054
Doc - re-add switching storage engine section ( #7781 )
2018-12-27 11:03:31 +01:00
Simran
f7b9733a84
Doc - Fix build (whitespaces, triple-backticks, comments) ( #7857 )
2018-12-26 21:41:19 +01:00
maxkernbach
76f98429e6
Doc - Improve MacOS Installation page ( #7744 )
2018-12-24 17:18:34 +01:00
Simran
06e123de22
Doc - Single Instance vs. Cluster (diff + migration) ( #7739 )
2018-12-22 23:30:24 +01:00
Simon
a2a0b03f43
Rdb index background (preliminary) ( #7644 )
2018-12-21 19:24:10 +01:00
Andrey Abramov
ac3a8a3f0b
update knownissues ( #7807 )
2018-12-19 16:10:34 +03:00
Jan
529e1a5579
fix issue #7743 : properly invalidate variables after COLLECT statemen… ( #7780 )
2018-12-18 18:13:34 +01:00
maxkernbach
775129ad1a
Doc - fix build by adding missing SUMMARY entries ( #7741 )
2018-12-11 18:42:25 +01:00
jsteemann
66ea1fd494
fix typo
2018-12-08 01:34:31 +01:00
Simran
37eb34ad50
Doc - Placeholder pages for 3.5 Release Notes ( #7686 )
2018-12-06 14:41:27 +01:00
Simran
801bc38ab9
Doc - cleanups ( #7685 )
2018-12-06 14:25:31 +01:00
sleto-it
856de1fb36
Doc - Installation improvements ( #7681 )
2018-12-06 13:41:29 +01:00
sleto-it
0a8369abf7
Doc - Production Checklist ( #7582 )
2018-12-06 12:44:39 +01:00
sleto-it
59a831eed8
Doc - Rewrite Configuration page, restore old file structure ( #7628 )
2018-12-06 12:42:20 +01:00
Simran
bf5787ec84
Doc - Installation refactor MacOSX ( #7672 )
2018-12-06 12:38:05 +01:00
Simran
48043c667e
Doc - Installation refactor Linux ( #7671 )
2018-12-06 12:25:33 +01:00
Simran
32bc599a87
Doc - Installation refactor Windows ( #7669 )
2018-12-06 12:06:13 +01:00
sleto-it
44b424ef71
Doc - Scripts to Optimize OS ( #7674 )
2018-12-06 11:52:54 +01:00
sleto-it
de4591d4bd
Doc - cite the tar.gz in what's new ( #7675 )
2018-12-06 11:49:41 +01:00
sleto-it
ea28b0bf86
Doc - Community to Enterprise Upgrade ( #7668 )
2018-12-06 11:40:39 +01:00
Simran
df5f64f95d
Doc - new page for Uninstallation ( #7673 )
2018-12-06 11:39:52 +01:00
Simran
dec65b904c
Doc - deprecate simple all keys ( #7657 )
2018-12-06 11:19:31 +01:00
sleto-it
820147f4d3
Doc - 3.3 to 3.4 starter upgrades: additional info ( #7663 )
2018-12-05 22:58:14 +01:00
maxkernbach
e48030b37c
Doc - sync external repositories ( #7616 )
2018-12-05 18:49:11 +01:00
maxkernbach
c245e9e230
Doc - change replica-amount ( #7655 )
...
forwardport #7625
2018-12-05 17:03:30 +01:00
Simran
f7952ce445
Doc - Mention GEO_MULTIPOLYGON() in 3.4 release notes ( #7651 )
2018-12-05 15:18:33 +01:00
Jan
7c1f958c50
Doc - additional 3.4 related info ( #7646 )
2018-12-05 13:06:43 +01:00
Jan
a473ab9aa1
Doc - add known issue for parallel collection creation ( #7642 )
2018-12-04 20:42:24 +01:00