diff --git a/doc/protocol.xml b/doc/protocol.xml
index e9c28995b..360d2d22a 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -1608,6 +1608,12 @@ OK
Lists all songs and directories in
URI.
+
+ Do not use this command. Do not manage a client-side
+ copy of MPD's database. That is fragile and adds huge
+ overhead. It will break with large databases. Instead,
+ query MPD whenever you need something.
+
@@ -1623,6 +1629,12 @@ OK
returns metadata info in the same format as
lsinfo.
+
+ Do not use this command. Do not manage a client-side
+ copy of MPD's database. That is fragile and adds huge
+ overhead. It will break with large databases. Instead,
+ query MPD whenever you need something.
+