{"id":7547,"date":"2019-08-15T22:45:26","date_gmt":"2019-08-16T05:45:26","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=7547"},"modified":"2025-06-13T17:21:57","modified_gmt":"2025-06-14T00:21:57","slug":"index-advisor-for-query-workload","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/ko\/index-advisor-for-query-workload\/","title":{"rendered":"\ucffc\ub9ac \uc6cc\ud06c\ub85c\ub4dc\ub97c \uc704\ud55c \uc778\ub371\uc2a4 \uc5b4\ub4dc\ubc14\uc774\uc800"},"content":{"rendered":"<h3>\uac1c\uc694<\/h3>\n<p>\uce74\uc6b0\uce58\ubca0\uc774\uc2a4 \uc11c\ubc84 6.5(\uac1c\ubc1c\uc790 \ud504\ub9ac\ubdf0)\uc5d0\uc11c \ucd9c\uc2dc\ub41c \uc778\ub371\uc2a4 \uc5b4\ub4dc\ubc14\uc774\uc800\uc758 \ub450 \ubc88\uc9f8 \uae30\ub2a5\uc778 \uc5b4\ub4dc\ubc14\uc774\uc800 \uae30\ub2a5\uc740 \ub2e8\uc77c \ucffc\ub9ac\uc5d0 \ub300\ud55c \uc870\uc5b8\uc5d0\uc11c \ucffc\ub9ac \uc6cc\ud06c\ub85c\ub4dc\uc5d0 \ub300\ud55c \uc778\ub371\uc2a4 \ucd94\ucc9c \ubc0f \uc138\uc158 \ucc98\ub9ac \uc9c0\uc6d0\uc73c\ub85c \ubc94\uc704\ub97c \ud655\uc7a5\ud569\ub2c8\ub2e4. \uc774 \ubb38\uc11c\uc5d0\uc11c\ub294 \uc774 \ub450 \uac00\uc9c0 \ub2e4\ub978 \ubc29\uc2dd\uc73c\ub85c \uc5b4\ub5bb\uac8c \uc791\ub3d9\ud558\ub294\uc9c0\uc5d0 \ub300\ud574 \uac04\ub7b5\ud558\uac8c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>\uc6cc\ud06c\ub85c\ub4dc\uc5d0 \ub300\ud55c \uc5b4\ub4dc\ubc14\uc774\uc800 \uae30\ub2a5<\/h3>\n<p>\uc5b4\ub4dc\ubc14\uc774\uc800 \uae30\ub2a5\uc740 \ub2e4\uc74c \ub2e8\uacc4\ub85c \uc791\ub3d9\ud569\ub2c8\ub2e4:<\/p>\n<ol>\n<li style=\"list-style-type: none;\">\n<ol>\n<li>\ud558\ub098\uc758 \ub2e8\uc77c \ucffc\ub9ac \ub610\ub294 \uc5ec\ub7ec \ucffc\ub9ac\ub85c \uad6c\uc131\ub41c \ucffc\ub9ac \uc6cc\ud06c\ub85c\ub4dc\ub97c \uc785\ub825\uc73c\ub85c \ubc1b\uc2b5\ub2c8\ub2e4.<\/li>\n<li>\uc778\ub371\uc2a4 \ucd94\ucc9c\uc73c\ub85c \uac01\uac01\uc758 \uace0\uc720 \ucffc\ub9ac\ub97c \ucc98\ub9ac\ud558\uc138\uc694.<\/li>\n<li>\uc804\uccb4 \uc6cc\ud06c\ub85c\ub4dc\uc5d0 \ub300\ud55c \ud604\uc7ac\/\uad8c\uc7a5 \uc778\ub371\uc2a4\ub97c \ubcd1\ud569\ud558\uc5ec \ucd9c\ub825\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p>\uad6c\ubb38:<\/p>\n<p style=\"padding-left: 40px;\"><em>SELECT ADVISOR(\"query\")<\/em><\/p>\n<p style=\"padding-left: 40px;\"><em>SELECT ADVISOR([\"query1\", \"query2\", \"query3\u2033...])<\/em><\/p>\n<p>\uc544\ub798 \uc608\ub294 \uc2dc\uc2a4\ud15c:\uc644\ub8cc\ub41c_\uc694\uccad\uc5d0\uc11c \ucffc\ub9ac \uc6cc\ud06c\ub85c\ub4dc\uac00 \ubc1c\uc0dd\ud558\ub294 \uc2dc\ub098\ub9ac\uc624\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4:<\/p>\n<pre class=\"lang:default decode:true\">SELECT ADVISOR((\r\n    SELECT RAW statement\r\n    FROM system:completed_requests));<\/pre>\n<pre class=\"lang:default decode:true\">[\r\n  {\r\n    \"$1\": {\r\n      \"current_used_indexes\": [\r\n        {\r\n          \"index\": \"CREATE INDEX def_type ON `travel-sample`(`type`)\",\r\n          \"statements\": [\r\n            {\r\n              \"run_count\": 2,\r\n              \"statement\": \"select * from `travel-sample` where type is not null\"\r\n            }\r\n          ]\r\n        },\r\n        {\r\n          \"index\": \"CREATE PRIMARY INDEX def_primary ON `travel-sample`\",\r\n          \"statements\": [\r\n            {\r\n              \"run_count\": 1,\r\n              \"statement\": \"select id from `travel-sample` where id &lt; 10\"\r\n            }\r\n          ]\r\n        }\r\n      ],\r\n      \"recommended_covering_indexes\": [\r\n        {\r\n          \"index\": \"CREATE INDEX adv_id ON `travel-sample`(`id`)\",\r\n          \"statements\": [\r\n            {\r\n              \"run_count\": 1,\r\n              \"statement\": \"select id from `travel-sample` where id &lt; 10\"\r\n            }\r\n          ]\r\n        }\r\n      ],\r\n      \"recommended_indexes\": [\r\n        {\r\n          \"index\": \"CREATE INDEX adv_id ON `travel-sample`(`id`)\",\r\n          \"statements\": [\r\n            {\r\n              \"run_count\": 1,\r\n              \"statement\": \"select id from `travel-sample` where id &lt; 10\"\r\n            }\r\n          ]\r\n        }\r\n      ]\r\n    }\r\n  }\r\n]<\/pre>\n<p>ADVISE \ubb38\uacfc \ub9c8\ucc2c\uac00\uc9c0\ub85c ADVISOR() \ud568\uc218\uc758 \ucd9c\ub825\uc740 \uc138 \ubd80\ubd84\uc73c\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4:<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>\ud604\uc7ac_\uc0ac\uc6a9\ub41c_\uc778\ub371\uc2a4<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p style=\"padding-left: 80px;\">\uc774 \uc138\uc158\uc5d0\uc11c\ub294 \ud604\uc7ac \uc0ac\uc6a9\ub41c \uc778\ub371\uc2a4\uc640 \ud574\ub2f9 \ucffc\ub9ac \ubb38 \ubaa9\ub85d \ubc0f \uac01 \ucffc\ub9ac\uc758 \uc2e4\ud589 \ud69f\uc218\ub97c \uc694\uc57d\ud569\ub2c8\ub2e4.<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>\ucd94\ucc9c_\uc778\ub371\uc2a4<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p style=\"padding-left: 80px;\">\uc774 \uc138\uc158\uc5d0\uc11c\ub294 \uc804\uccb4 \uc6cc\ud06c\ub85c\ub4dc\uc5d0 \ub300\ud55c WHERE\/ON \uc808\uc758 \uc220\uc5b4\uc5d0 \uae30\ubc18\ud55c \uad8c\uc7a5 \uc778\ub371\uc2a4\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>\ucd94\ucc9c_\ucee4\ubc84\ub9c1_\uc778\ub371\uc2a4<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p style=\"padding-left: 80px;\">\ucffc\ub9ac \uc6cc\ud06c\ub85c\ub4dc\uc5d0 \uc801\uc6a9\ub418\ub294 \ucee4\ubc84\ub9c1 \uc778\ub371\uc2a4 \uad8c\uc7a5 \uc0ac\ud56d\uc774 \uc5ec\uae30\uc5d0 \ub098\uc5f4\ub429\ub2c8\ub2e4.<\/p>\n<h3>\uc138\uc158 \ucc98\ub9ac\uc5d0 \ub300\ud55c \uc5b4\ub4dc\ubc14\uc774\uc800 \uae30\ub2a5<\/h3>\n<p>\uc138\uc158 \ucc98\ub9ac \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\uba74 \ub2e4\uc74c \ub2e8\uacc4\uc5d0 \ub530\ub77c \ub4e4\uc5b4\uc624\ub294 \ucffc\ub9ac \uc6cc\ud06c\ub85c\ub4dc\uc5d0 \ub300\ud574 \uc778\ub371\uc2a4 \uc5b4\ub4dc\ubc14\uc774\uc800\ub97c \ubbf8\ub9ac \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>\ud2b9\uc815 \uc18d\uc131\uc73c\ub85c \uad00\uc2ec \uc788\ub294 \ucffc\ub9ac\ub97c \uc815\uc758\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc138\uc158\uc744 \ucd08\uae30\ud654\ud558\uc5ec \uc77c\uc815 \uae30\uac04 \ub3d9\uc548 \ud074\ub7ec\uc2a4\ud130\uc5d0\uc11c \uc2e4\ud589\ub418\ub294 \ucffc\ub9ac \uc6cc\ud06c\ub85c\ub4dc\ub97c \ubaa8\ub2c8\ud130\ub9c1\ud558\uace0 \uc218\uc9d1\ud569\ub2c8\ub2e4.<\/li>\n<li>\ub098\uc911\uc5d0 \uc218\uc9d1\ub41c \ucffc\ub9ac \uc6cc\ud06c\ub85c\ub4dc\uc5d0 \ub300\ud55c \ubd84\uc11d\uc744 \ube44\ub3d9\uae30\uc801\uc73c\ub85c \uc218\ud589\ud558\ub824\uba74 \uc778\ub371\uc2a4 \uc5b4\ub4dc\ubc14\uc774\uc800\ub97c \ud638\ucd9c\ud558\uc138\uc694.<\/li>\n<li>\uc804\uccb4 \ud504\ub85c\uc138\uc2a4\uac00 \uc644\ub8cc\ub41c \ud6c4 \uc778\ub371\uc2a4 \uad8c\uc7a5 \uc0ac\ud56d\uc744 \ucd94\ucd9c\ud558\uace0 \ucc98\ub9ac\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">\uc0ac\uc6a9 \uad6c\ubb38:<\/span><\/p>\n<p style=\"padding-left: 40px;\"><span style=\"font-weight: 400;\">1. ADVISOR( { <em>\"action\" : \"start\",<\/em><\/span><\/p>\n<p style=\"padding-left: 80px;\"><em><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/span><span style=\"font-weight: 400;\">\u00a0\"profile\": \"john\",<\/span><\/em><\/p>\n<p style=\"padding-left: 80px;\"><em><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/span><span style=\"font-weight: 400;\">\u00a0\"\uc751\ub2f5\" : \"3\ucd08\",\u00a0\u00a0\u00a0\u00a0\u00a0<\/span><\/em><\/p>\n<p style=\"padding-left: 80px;\"><em><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/span><span style=\"font-weight: 400;\">\"duration\" : \"1m\" ,<\/span><\/em><\/p>\n<p style=\"padding-left: 80px;\"><i><span style=\"font-weight: 400;\"><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\"query_count\" : 200<\/em> <\/span><\/i><span style=\"font-weight: 400;\">} )<\/span><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>\"action\"- \uc138\uc158\uc774 \uc9c4\ud589\ub418\ub3c4\ub85d \uc124\uc815\ud560 \uc0ac\uc6a9\uc790: \"\uc2dc\uc791\", \"\uc911\uc9c0\", \"\uac00\uc838\uc624\uae30\", \"\ubaa9\ub85d\", \"\ud37c\uc9c0\", \"\uc911\ub2e8\".<\/li>\n<li><span style=\"font-weight: 400;\">\"\ud504\ub85c\ud544\"(\uc120\ud0dd \uc0ac\ud56d) - \ucffc\ub9ac\uc5d0 \uad00\uc2ec\uc744 \uac00\uc9c8 \uc9c0\uc815\ub41c \uc0ac\uc6a9\uc790 \ud504\ub85c\ud544\uc785\ub2c8\ub2e4. \uc124\uc815\ud558\uc9c0 \uc54a\uc73c\uba74 \ubaa8\ub4e0 \uc0ac\uc6a9\uc790\uac00 \uc2e4\ud589\ud55c \ucffc\ub9ac\ub97c \uc218\uc9d1\ud569\ub2c8\ub2e4.<\/span><\/li>\n<li><span style=\"font-weight: 400;\">\"\uc751\ub2f5\"(\uc120\ud0dd \uc0ac\ud56d) - \ucffc\ub9ac\uac00 \ub354 \uc624\ub798 \uc2e4\ud589\ub418\ub3c4\ub85d \uc124\uc815\ub41c \uc2dc\uac04 \uc784\uacc4\uac12(\uae30\ubcf8 \uc124\uc815\uc740 0\ucd08)\uc785\ub2c8\ub2e4.<\/span><\/li>\n<li><span style=\"font-weight: 400;\">\"\uae30\uac04\"(\ud544\uc218) - \ucffc\ub9ac\ub97c \uc218\uc9d1\ud558\uae30 \uc704\ud574 \uc138\uc158\uc774 \uc2e4\ud589\ub420 \uae30\uac04\uc785\ub2c8\ub2e4.  \uc720\ud6a8\ud55c \uc2dc\uac04 \ub2e8\uc704\ub294 \"ns\", \"us\"(\ub610\ub294 \"\u00b5s\"), \"ms\", \"s\", \"m\", \"h\"\uc785\ub2c8\ub2e4.<\/span><\/li>\n<li><span style=\"font-weight: 400;\">\"query_count\"(\uc120\ud0dd \uc0ac\ud56d) - \uc138\uc158\uc774 \uc218\uc9d1\ud560 \ucffc\ub9ac \uc218\uc5d0 \ub300\ud55c \uc0c1\ud55c\uc785\ub2c8\ub2e4. \ucffc\ub9ac \ub178\ub4dc\ub2f9 \ucffc\ub9ac_\uc81c\ud55c\uc740 4000\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \uc774\ubcf4\ub2e4 \ub9ce\uc740 \ucffc\ub9ac\ub97c \uc218\uc9d1\ud558\ub824\ub294 \uacbd\uc6b0 \uc138\uc158\uc744 \ucd08\uae30\ud654\ud558\uae30 \uc804\uc5d0 \uc804\uc5ed \uc124\uc815\uc744 \uc218\uc815\ud574\uc57c \ud569\ub2c8\ub2e4:<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p style=\"padding-left: 120px;\"><em>&#8220;<\/em><em>curl https:\/\/localhost:port\/admin\/settings -d '{\"completed-limit\":10000}' -u user:password\"<\/em><\/p>\n<p style=\"padding-left: 40px;\"><span style=\"font-weight: 400;\">\uc138\uc158\uc774 \uc131\uacf5\uc801\uc73c\ub85c \ucd08\uae30\ud654\ub418\uba74 \uc544\ub798\uc640 \uac19\uc774 \ucc38\uc870\ud560 \uc218 \uc788\ub294 \uace0\uc720 \uc138\uc158 \uc774\ub984\uc774 \ubc18\ud658\ub429\ub2c8\ub2e4.<\/span><span style=\"font-weight: 400;\"> \ub97c \uc124\uc815\ud558\uba74 \uc6cc\ud06c\ub85c\ub4dc \uc218\uc9d1\uc774 \uc644\ub8cc\ub41c \uc9c1\ud6c4\uc5d0 \uc778\ub371\uc2a4 \uc5b4\ub4dc\ubc14\uc774\uc800\ub97c \ud638\ucd9c\ud558\uc5ec \ubd84\uc11d\uc744 \uc218\ud589\ud558\ub294 \ube44\ub3d9\uae30 \uc791\uc5c5\uc774 \uc2e4\ud589\ub418\ub3c4\ub85d \uc608\uc57d\ub429\ub2c8\ub2e4.<\/span><\/p>\n<pre class=\"lang:default decode:true\">[\r\n  {\r\n    \"$1\": {\r\n      \"session\": \"06fcdefe-f864-48f5-a79b-b2f3345a6745\"\r\n    }\r\n  }\r\n]<\/pre>\n<p style=\"padding-left: 40px;\">2. <span style=\"font-weight: 400;\">ADVISOR( { <em>\"action\" : \"get\",<\/em><\/span><\/p>\n<p style=\"padding-left: 80px;\"><span style=\"font-weight: 400;\"><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\"\uc138\uc158\": \u201c06fcdefe-f864-48f5-a79b-b2f3345a6745\u201d<\/em> } )<\/span><\/p>\n<p style=\"padding-left: 40px;\"><span style=\"font-weight: 400;\">\ubd84\uc11d \ud504\ub85c\uc138\uc2a4\uac00 \uc644\ub8cc\ub41c \ud6c4 \uc0ac\uc6a9\uc790\ub294 \ub2e4\ub978 advisor() \ud568\uc218\ub97c \uc2e4\ud589\ud558\uc5ec \ud574\ub2f9 \uc138\uc158 \uc774\ub984\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc778\ub371\uc2a4 \ucd94\ucc9c \uacb0\uacfc\ub97c \uac80\uc0c9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p style=\"padding-left: 40px;\">3. <span style=\"font-weight: 400;\">ADVISOR( { <em>\"\uc561\uc158\" : \"\ud37c\uc9c0\",<\/em><\/span><\/p>\n<p style=\"padding-left: 80px;\"><span style=\"font-weight: 400;\"><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\"\uc138\uc158\": \u201c06fcdefe-f864-48f5-a79b-b2f3345a6745\u201d<\/em> } )<\/span><\/p>\n<p style=\"padding-left: 40px;\"><span style=\"font-weight: 400;\">\ud2b9\uc815 \uc138\uc158\uc5d0 \ub300\ud55c \uc778\ub371\uc2a4 \ucd94\ucc9c \uacb0\uacfc\uac00 \ub354 \uc774\uc0c1 \ud544\uc694\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0, \uc0ac\uc6a9\uc790\ub294 \uacf5\uac04 \ud6a8\uc728\uc131\uc744 \uc704\ud574 \uc774\ub97c \uc81c\uac70\ud558\ub3c4\ub85d \uc120\ud0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <\/span><\/p>\n<p style=\"padding-left: 40px;\"><span style=\"font-weight: 400;\">\uac00\uc7a5 \ucd5c\uadfc \uc138\uc158\ub3c4 \uce90\uc2dc \uc6a9\ub7c9\uc5d0 \ub3c4\ub2ec\ud558\uba74 \uc790\ub3d9\uc73c\ub85c \ud50c\ub7ec\uc2dc\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p style=\"padding-left: 40px;\">4. <span style=\"font-weight: 400;\">ADVISOR({ <em>\"action\": \"\ubaa9\ub85d\", <\/em><\/span><\/p>\n<p style=\"padding-left: 120px;\"><span style=\"font-weight: 400;\"><em>\u00a0 \u00a0 \"status\":\"\uc644\ub8cc\"<\/em>})<\/span><\/p>\n<p>\u00a0 \u00a0 \u00a0 \u00a0 \uc774 \uae30\ub2a5\uc740 \ub2e4\uc74c\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<span style=\"font-weight: 400;\"> \ud604\uc7ac \ud65c\uc131 \uc0c1\ud0dc\uc778 \uc138\uc158, \ud604\uc7ac \uc644\ub8cc\ub41c \uc138\uc158 \ubc0f \ubaa8\ub4e0 \uae30\uc874 \uc138\uc158\uc758 \ubaa9\ub85d\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. '\uc0c1\ud0dc'\uc5d0 \ub300\ud55c \uc785\ub825\uc740 '\ud65c\uc131', '\uc644\ub8cc', '\ubaa8\ub450' \uc911 \ud558\ub098\ub9cc \uc785\ub825\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p style=\"padding-left: 40px;\">\ucd9c\ub825 \uc815\ubcf4\ub294 system:tasks_cache\uc5d0\uc11c \uac00\uc838\uc635\ub2c8\ub2e4. \uc778\ub371\uc2a4 \uc5b4\ub4dc\ubc14\uc774\uc800\uc640 \uad00\ub828\ub41c \uc815\ubcf4\ub97c \uc774\ud574\ud558\uae30 \uc704\ud574 \uc608\ub97c \ub4e4\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>\ud074\ub798\uc2a4: \uc774 \uc791\uc5c5\uc740 \uc778\ub371\uc2a4 \uc5b4\ub4dc\ubc14\uc774\uc800\uc5d0\uc11c \uc81c\uacf5\ub429\ub2c8\ub2e4.<\/li>\n<li>\uc9c0\uc5f0: \ucffc\ub9ac \uc218\uc9d1 \ub2e8\uacc4\uac00 \uc9c0\uc18d\ub418\ub294 \uae30\uac04\uc785\ub2c8\ub2e4.<\/li>\n<li>\uc774\ub984: \uc704\uc640 \ub3d9\uc77c\ud55c \uc138\uc158 \uc774\ub984\uc785\ub2c8\ub2e4.<\/li>\n<li>\uc0c1\ud0dc: \uc138\uc158\uc758 \uc0c1\ud0dc\uc785\ub2c8\ub2e4: [\"\uc644\ub8cc\ub428\", \"\uc77c\uc815\", \"\uc2e4\ud589 \uc911\"].<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<pre class=\"lang:default decode:true\">[\r\n  {\r\n    \"$1\": [\r\n      {\r\n        \"tasks_cache\": {\r\n          \"class\": \"advisor\",\r\n          \"delay\": \"1m0s\",\r\n          \"id\": \"ea673d76-086f-5f27-86b2-9b016f56f2a0\",\r\n          \"name\": \"<span style=\"font-weight: 400;\">06fcdefe-f864-48f5-a79b-b2f3345a6745<\/span>\",\r\n          \"node\": \"127.0.0.1:8091\",\r\n          \"results\": [\r\n            {}\r\n          ],\r\n          \"startTime\": \"2019-07-23 16:11:13.616100068 -0700 PDT m=+96637.000928100\",\r\n          \"state\": \"completed\",\r\n          \"stopTime\": \"2019-07-23 16:11:14.186697742 -0700 PDT m=+96637.571525466\",\r\n          \"subClass\": \"analyze\",\r\n          \"submitTime\": \"2019-07-23 16:10:13.615964874 -0700 PDT m=+96577.000792768\"\r\n        }\r\n      }\r\n    ]\r\n  }\r\n]<\/pre>\n<p>&nbsp;<\/p>\n<p style=\"padding-left: 40px;\">5. <span style=\"font-weight: 400;\">ADVISOR( { <em>\"action\" : \"stop\",<\/em><\/span><\/p>\n<p style=\"padding-left: 80px;\"><span style=\"font-weight: 400;\"><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\"\uc138\uc158\": \u201c06fcdefe-f864-48f5-a79b-b2f3345a6745\u201d<\/em> } )<\/span><\/p>\n<p style=\"padding-left: 40px;\">\uc0ac\uc6a9\uc790\ub294 \ucffc\ub9ac \uc218\uc9d1\uc744 \uc870\uae30\uc5d0 \uc911\ub2e8\ud558\uace0<span style=\"font-weight: 400;\">\u00a0\uc778\ub371\uc2a4 \ubd84\uc11d\uc744 \uc989\uc2dc \uc2e4\ud589\ud558\ub3c4\ub85d \uac00\uc838\uc635\ub2c8\ub2e4.<\/span><\/p>\n<p style=\"padding-left: 40px;\">6. <span style=\"font-weight: 400;\">ADVISOR( { <em>\"action\" : \"abort\",<\/em><\/span><\/p>\n<p style=\"padding-left: 80px;\"><span style=\"font-weight: 400;\"><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\"\uc138\uc158\": \u201c06fcdefe-f864-48f5-a79b-b2f3345a6745\u201d<\/em> } )<\/span><\/p>\n<p style=\"padding-left: 40px;\">\uc0ac\uc6a9\uc790\ub294 \ub2e4\uc74c\uc744 \uc218\ud589\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<span style=\"font-weight: 400;\"> \ubd84\uc11d\uc744 \uc2e4\ud589\ud558\uc9c0 \uc54a\uace0 \ud55c \uc138\uc158\uc744 \ucde8\uc18c\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h3>\uc694\uc57d<\/h3>\n<p><span style=\"font-weight: 400;\">\uc5b4\ub4dc\ubc14\uc774\uc800 \uae30\ub2a5\uc740 \ub2e8\uc77c \ucffc\ub9ac \ubc0f \ub2e4\uc911 \ucffc\ub9ac\uc5d0\uc11c \uc791\ub3d9\ud558\uba70, \uc804\uccb4 \ucffc\ub9ac \uc6cc\ud06c\ub85c\ub4dc\uc5d0 \ub300\ud574 \ud604\uc7ac \uc0ac\uc6a9\ub418\ub294 \uc778\ub371\uc2a4, \uad8c\uc7a5 \uc778\ub371\uc2a4 \ubc0f \uad8c\uc7a5 \ucee4\ubc84\ub9c1 \uc778\ub371\uc2a4\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\uc5b4\ub4dc\ubc14\uc774\uc800 \uc138\uc158 \ucc98\ub9ac\ub97c \uc0ac\uc6a9\ud558\uba74 \uc0ac\uc6a9\uc790\uac00 \uc138\uc158\uc744 \ub9cc\ub4e4\uc5b4 \uc77c\uc815 \uae30\uac04 \ub3d9\uc548 \uc9c0\uc815\ub41c \uc694\uad6c \uc0ac\ud56d\uc744 \ucda9\uc871\ud558\ub294 \ucffc\ub9ac\ub97c \uc218\uc9d1\ud558\uace0 \uc778\ub371\uc2a4 \uc5b4\ub4dc\ubc14\uc774\uc800\ub97c \ud638\ucd9c\ud558\uc5ec \uc774\uc5d0 \ub300\ud55c \uad8c\uc7a5 \uc0ac\ud56d\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p>\ub450 \uae30\ub2a5 \ubaa8\ub450 \uae30\ub2a5\uacfc \uc131\ub2a5\uc5d0 \ub300\ud55c \uac1c\uc120\uc758 \uc5ec\uc9c0\uac00 \ub9ce\uae30 \ub54c\ubb38\uc5d0 \ub2e4\uc74c \ub2e8\uacc4\uc5d0\uc11c\ub294 \ub514\uc790\uc778\uc744 \ucd5c\uc801\ud654\ud558\uae30 \uc704\ud574 \uacc4\uc18d \ud0d0\uc0c9\ud558\uace0 \ud53c\ub4dc\ubc31\uc744 \ubc1b\uc744 \uac83\uc785\ub2c8\ub2e4.<\/p>","protected":false},"excerpt":{"rendered":"<p>Overview As the second feature of Index Advisor released in Couchbase server 6.5 (Developer Preview), Advisor function extends the scope from advising on single query to providing index recommendations for query workload and support on session handling. In this article, [&hellip;]<\/p>","protected":false},"author":17714,"featured_media":7449,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1812],"tags":[2378],"ppma_author":[9088],"class_list":["post-7547","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-n1ql-query","tag-6-5"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.8 (Yoast SEO v25.8) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Index Advisor For Query Workload - The Couchbase Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.couchbase.com\/blog\/ko\/index-advisor-for-query-workload\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Index Advisor For Query Workload\" \/>\n<meta property=\"og:description\" content=\"Overview As the second feature of Index Advisor released in Couchbase server 6.5 (Developer Preview), Advisor function extends the scope from advising on single query to providing index recommendations for query workload and support on session handling. In this article, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/ko\/index-advisor-for-query-workload\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-16T05:45:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-14T00:21:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2019\/08\/Transactions-alternative-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1400\" \/>\n\t<meta property=\"og:image:height\" content=\"553\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Chang Liu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Chang Liu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/\"},\"author\":{\"name\":\"Chang Liu\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/c43360951567e4b3bef754197f5e866b\"},\"headline\":\"Index Advisor For Query Workload\",\"datePublished\":\"2019-08-16T05:45:26+00:00\",\"dateModified\":\"2025-06-14T00:21:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/\"},\"wordCount\":798,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2019\/08\/Transactions-alternative-1.jpg\",\"keywords\":[\"6.5\"],\"articleSection\":[\"SQL++ \/ N1QL Query\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/\",\"name\":\"Index Advisor For Query Workload - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2019\/08\/Transactions-alternative-1.jpg\",\"datePublished\":\"2019-08-16T05:45:26+00:00\",\"dateModified\":\"2025-06-14T00:21:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#primaryimage\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2019\/08\/Transactions-alternative-1.jpg\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2019\/08\/Transactions-alternative-1.jpg\",\"width\":1400,\"height\":553},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Index Advisor For Query Workload\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"name\":\"The Couchbase Blog\",\"description\":\"Couchbase, the NoSQL Database\",\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"width\":218,\"height\":34,\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/c43360951567e4b3bef754197f5e866b\",\"name\":\"Chang Liu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/2eede623c7ed061e0426183cb9cac122\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d73d8b19010a13d5e2567a4051ea99cf60a37f9ff39d8197255739d72a030b3b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d73d8b19010a13d5e2567a4051ea99cf60a37f9ff39d8197255739d72a030b3b?s=96&d=mm&r=g\",\"caption\":\"Chang Liu\"},\"description\":\"Software Engineer in N1QL Query Team\",\"url\":\"https:\/\/www.couchbase.com\/blog\/ko\/author\/chang-liucouchbase-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Index Advisor For Query Workload - The Couchbase Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.couchbase.com\/blog\/ko\/index-advisor-for-query-workload\/","og_locale":"ko_KR","og_type":"article","og_title":"Index Advisor For Query Workload","og_description":"Overview As the second feature of Index Advisor released in Couchbase server 6.5 (Developer Preview), Advisor function extends the scope from advising on single query to providing index recommendations for query workload and support on session handling. In this article, [&hellip;]","og_url":"https:\/\/www.couchbase.com\/blog\/ko\/index-advisor-for-query-workload\/","og_site_name":"The Couchbase Blog","article_published_time":"2019-08-16T05:45:26+00:00","article_modified_time":"2025-06-14T00:21:57+00:00","og_image":[{"width":1400,"height":553,"url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2019\/08\/Transactions-alternative-1.jpg","type":"image\/jpeg"}],"author":"Chang Liu","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Chang Liu","Est. reading time":"5\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/"},"author":{"name":"Chang Liu","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/c43360951567e4b3bef754197f5e866b"},"headline":"Index Advisor For Query Workload","datePublished":"2019-08-16T05:45:26+00:00","dateModified":"2025-06-14T00:21:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/"},"wordCount":798,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2019\/08\/Transactions-alternative-1.jpg","keywords":["6.5"],"articleSection":["SQL++ \/ N1QL Query"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/","url":"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/","name":"Index Advisor For Query Workload - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2019\/08\/Transactions-alternative-1.jpg","datePublished":"2019-08-16T05:45:26+00:00","dateModified":"2025-06-14T00:21:57+00:00","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#primaryimage","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2019\/08\/Transactions-alternative-1.jpg","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2019\/08\/Transactions-alternative-1.jpg","width":1400,"height":553},{"@type":"BreadcrumbList","@id":"https:\/\/www.couchbase.com\/blog\/index-advisor-for-query-workload\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Index Advisor For Query Workload"}]},{"@type":"WebSite","@id":"https:\/\/www.couchbase.com\/blog\/#website","url":"https:\/\/www.couchbase.com\/blog\/","name":"\uce74\uc6b0\uce58\ubca0\uc774\uc2a4 \ube14\ub85c\uadf8","description":"NoSQL \ub370\uc774\ud130\ubca0\uc774\uc2a4, Couchbase","publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"\uce74\uc6b0\uce58\ubca0\uc774\uc2a4 \ube14\ub85c\uadf8","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","width":218,"height":34,"caption":"The Couchbase Blog"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/c43360951567e4b3bef754197f5e866b","name":"\ucc3d \ub9ac\uc6b0","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/2eede623c7ed061e0426183cb9cac122","url":"https:\/\/secure.gravatar.com\/avatar\/d73d8b19010a13d5e2567a4051ea99cf60a37f9ff39d8197255739d72a030b3b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d73d8b19010a13d5e2567a4051ea99cf60a37f9ff39d8197255739d72a030b3b?s=96&d=mm&r=g","caption":"Chang Liu"},"description":"N1QL \ucffc\ub9ac \ud300\uc758 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc5d4\uc9c0\ub2c8\uc5b4","url":"https:\/\/www.couchbase.com\/blog\/ko\/author\/chang-liucouchbase-com\/"}]}},"authors":[{"term_id":9088,"user_id":17714,"is_guest":0,"slug":"chang-liucouchbase-com","display_name":"Chang Liu","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/d73d8b19010a13d5e2567a4051ea99cf60a37f9ff39d8197255739d72a030b3b?s=96&d=mm&r=g","author_category":"","last_name":"Liu","first_name":"Chang","job_title":"","user_url":"","description":"N1QL \ucffc\ub9ac \ud300\uc758 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc5d4\uc9c0\ub2c8\uc5b4"}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts\/7547","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/users\/17714"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/comments?post=7547"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts\/7547\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/media\/7449"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/media?parent=7547"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/categories?post=7547"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/tags?post=7547"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/ppma_author?post=7547"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}