Jan Steemann
|
80362ec82f
|
fixed issues reported by cppcheck
|
2013-07-11 10:02:27 +02:00 |
Jan Steemann
|
d89262dc6a
|
incremental collection dump
|
2013-06-28 12:07:13 +02:00 |
Jan Steemann
|
654ea77f25
|
extended cap constraints with size constraints
|
2013-06-22 02:44:48 +02:00 |
Jan Steemann
|
e0f7eb9df7
|
fixed invalid unlocking
|
2013-06-21 11:22:04 +02:00 |
Jan Steemann
|
d617e86437
|
ensure proper order of _tick values in datafiles
|
2013-06-20 14:33:41 +02:00 |
Jan Steemann
|
9dfb7483ff
|
"doCompact" attribute for collections
|
2013-06-19 16:51:16 +02:00 |
Jan Steemann
|
564523896a
|
compaction tests
|
2013-06-11 10:10:58 +02:00 |
Jan Steemann
|
dc700fb186
|
use a write-lock when modifying file info in datafiles vector
|
2013-06-10 11:59:27 +02:00 |
Jan Steemann
|
8696048dbb
|
removed now unnecessary _validTo from master pointers/headers
|
2013-06-10 11:20:19 +02:00 |
Jan Steemann
|
27d4c8c89d
|
introduced compaction lock
|
2013-06-07 13:37:51 +02:00 |
Jan Steemann
|
00f5cab407
|
changed compaction to only clean datafiles with at least 10 % of dead objects
|
2013-05-03 16:37:32 +02:00 |
Jan Steemann
|
2914a1a319
|
fixed assertion
|
2013-04-15 13:05:31 +02:00 |
Jan Steemann
|
b6925a7b7b
|
transactions
|
2013-04-11 19:06:55 +02:00 |
Jan Steemann
|
d752d2cc57
|
fixed tests
|
2013-04-05 13:05:43 +02:00 |
Jan Steemann
|
6187c516a3
|
push before compactor change
|
2013-04-04 11:15:58 +02:00 |
Frank Celler
|
f810711a79
|
FreeBSD port
|
2013-04-02 18:43:10 +02:00 |
Jan Steemann
|
666eae6b41
|
allow writing too big markers into collections if maximalJournalSize is bigger than current datafile's size
|
2013-03-28 14:41:40 +01:00 |
Jan Steemann
|
61cb229ca8
|
simplified writing of markers into datafiles
|
2013-03-18 20:04:31 +01:00 |
Frank Celler
|
71fbdf87cd
|
Mac fixes
|
2013-03-15 15:46:17 +01:00 |
Frank Celler
|
7908f2b26d
|
cleanup of indexes, fix for compaction (hash, cap, geo, skiplist, pq, bit-array)
Conflicts:
arangod/Ahuacatl/ahuacatl-tokens.c
arangod/BitIndexes/bitarray.c
arangod/BitIndexes/bitarray.h
arangod/BitIndexes/bitarrayIndex.c
arangod/BitIndexes/bitarrayIndex.h
arangod/BitIndexes/masterblocktable.h
arangod/GeoIndex/geo-index.c
arangod/HashIndex/hash-index.c
arangod/PriorityQueue/pqueueindex.c
arangod/PriorityQueue/pqueueindex.h
arangod/PriorityQueue/priorityqueue.c
arangod/PriorityQueue/priorityqueue.h
arangod/SkipLists/compare.h
arangod/SkipLists/skiplist.c
arangod/SkipLists/skiplist.h
arangod/SkipLists/skiplistIndex.c
arangod/SkipLists/skiplistIndex.h
arangod/V8Server/v8-query.cpp
arangod/VocBase/compactor.c
arangod/VocBase/document-collection.c
arangod/VocBase/index.c
arangod/VocBase/index.h
arangod/VocBase/synchroniser.c
arangod/VocBase/voc-shaper.c
arangod/VocBase/vocbase.c
lib/BasicsC/hashes.h
lib/BasicsC/memory.c
lib/ShapedJson/json-shaper.h
lib/ShapedJson/shaped-json.h
utils/cleanupCFiles
|
2013-03-15 15:45:39 +01:00 |
Frank Celler
|
c773a0e825
|
replaced union by CONST_CAST
|
2013-03-15 11:37:49 +01:00 |
Frank Celler
|
891cac01b2
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
arangod/VocBase/collection.c
|
2013-03-13 17:05:59 +01:00 |
Frank Celler
|
1aa5109fa3
|
updated disclaimer
|
2013-03-13 17:03:18 +01:00 |
Jan Steemann
|
836963ae00
|
less compaction
|
2013-03-12 18:17:27 +01:00 |
Frank Celler
|
c915bfa5ff
|
cleanup of indexes, fix for compaction (hash, cap, geo)
Conflicts:
arangod/VocBase/compactor.c
arangod/VocBase/document-collection.c
arangod/VocBase/synchroniser.c
arangod/VocBase/vocbase.c
|
2013-03-11 09:49:58 +01:00 |
Jan Steemann
|
2a6180b5fe
|
fixes
|
2013-03-06 17:10:52 +01:00 |
Jan Steemann
|
5098792b4f
|
fixed invalid pointers when compacting deletion markers
fixed invalid pointers for updates
|
2013-03-06 14:02:32 +01:00 |
Jan Steemann
|
01bf386e08
|
added test cases, fixed edge index key insertion
|
2013-03-06 09:38:59 +01:00 |
Jan Steemann
|
2734060026
|
when compacting old markers, also adjust _key
|
2013-03-04 12:05:14 +01:00 |
Jan Steemann
|
be9fefa9d0
|
fix warning in conditional compilation (--disable-logger)
|
2013-02-22 14:20:26 +01:00 |
Frank Celler
|
069dcdfc94
|
changed logging of fatal errors
|
2013-02-14 16:47:35 +01:00 |
Jan Steemann
|
1811ce9186
|
fixed some issues found by cppcheck
|
2012-12-04 18:21:29 +01:00 |
Jan Steemann
|
aaf34f44f4
|
fixed lots of compile warnings
|
2012-11-22 21:20:22 +01:00 |
a-brandt
|
71d3d54de1
|
collection info struct changed
|
2012-11-15 11:24:35 +01:00 |
Jan Steemann
|
64c6bc5cb0
|
renamed marker member _deletion to _validTo, some cleanup
|
2012-11-08 17:47:18 +01:00 |
a-brandt
|
7af1337607
|
bugfix wrong error message with exit()
|
2012-10-26 12:59:20 +02:00 |
a-brandt
|
c2d0749178
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
Conflicts:
arangod/RestHandler/RestDocumentHandler.cpp
arangod/RestHandler/RestEdgeHandler.cpp
arangod/RestHandler/RestImportHandler.cpp
arangod/V8Server/v8-vocbase.cpp
arangod/VocBase/document-collection.c
arangod/VocBase/document-collection.h
arangod/VocBase/primary-collection.c
arangod/VocBase/primary-collection.h
|
2012-10-24 10:46:38 +02:00 |
a-brandt
|
9a599e468a
|
added "_key" attribute
|
2012-10-23 15:58:09 +02:00 |
Oreste Panaia
|
aad73db128
|
various changes for windows
|
2012-10-22 20:51:31 +08:00 |
Jan Steemann
|
017965365a
|
put arguments onto individual lines
|
2012-10-04 13:17:58 +02:00 |
Jan Steemann
|
76674bad52
|
moved primaryIndex and lock from document-collection to primary-collection
|
2012-09-17 11:43:48 +02:00 |
Jan Steemann
|
1b1d7ba877
|
renamed simple_collection to document_collection
|
2012-09-14 14:46:37 +02:00 |
Jan Steemann
|
9bc99b7c9d
|
renamed document collection to primary collection
|
2012-09-14 10:19:41 +02:00 |
Jan Steemann
|
1906f9c36b
|
don't fail in case of EAGAIN rwlock acquisition, fixed locks error logging
|
2012-09-12 13:56:30 +02:00 |
Jan Steemann
|
3ae11903e8
|
fixed a deadlock between compactor, synchroniser, and data modification threads (e.g. POST /_api/document)
|
2012-09-12 00:57:12 +02:00 |
Jan Steemann
|
7626972890
|
issue #155
|
2012-09-06 17:48:06 +02:00 |
Jan Steemann
|
22f860d9db
|
some obvious cleanups
|
2012-09-06 10:03:11 +02:00 |
Jan Steemann
|
febd5bfa8e
|
removed member TRI_doc_mptr_t->_document
|
2012-09-04 13:20:01 +02:00 |
Jan Steemann
|
67dd26fcef
|
removed previous implementation of attachments
|
2012-09-03 16:21:47 +02:00 |
Jan Steemann
|
b8e7d5634d
|
issue #153: edge collection should be a flag for a collection
|
2012-08-28 10:48:24 +02:00 |