jt2594838 commented on a change in pull request #1169:
URL: https://github.com/apache/incubator-iotdb/pull/1169#discussion_r428412918



##########
File path: server/src/main/java/org/apache/iotdb/db/metadata/MManager.java
##########
@@ -1405,4 +1501,17 @@ public void collectSeries(String startingPath, 
List<MeasurementSchema> timeserie
       lock.readLock().unlock();
     }
   }
+
+  public void cacheSchema(String path, MeasurementSchema schema) {

Review comment:
       I think this is very straight forward: you cache the `schema` of the 
`path` into the MManager, just as the name tells you, nothing more nothing less.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to