From 561766e45a323be3d5c521fdb47f68d71cea776e Mon Sep 17 00:00:00 2001 From: Poornima G Date: Wed, 12 Apr 2017 15:24:14 +0530 Subject: Implement negative lookup cache Before creating any file negative lookups(1 in Fuse, 4 in SMB etc.) are sent to verify if the file already exists. By serving these lookups from the cache when possible, increases the create performance by multiple folds in SMB access and some percentage in Fuse/NFS access. Feature page: https://review.gluster.org/#/c/16436 Updates #82 Change-Id: Ib1c0e7ac7a386f943d84f6398c27f9a03665b2a4 BUG: 1442569 Signed-off-by: Poornima G Reviewed-on: https://review.gluster.org/16952 Reviewed-by: Pranith Kumar Karampuri Tested-by: Pranith Kumar Karampuri Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4bc5bf1d87..86a8ec17bf 100644 --- a/configure.ac +++ b/configure.ac @@ -103,6 +103,8 @@ AC_CONFIG_FILES([Makefile xlators/performance/md-cache/src/Makefile xlators/performance/decompounder/Makefile xlators/performance/decompounder/src/Makefile + xlators/performance/nl-cache/Makefile + xlators/performance/nl-cache/src/Makefile xlators/debug/Makefile xlators/debug/trace/Makefile xlators/debug/trace/src/Makefile -- cgit