Closed d-hayashi closed 3 years ago
This function is taking a long time to return DataFrame. https://github.com/dataware-tools/pydtk/blob/5a639aae3aa07d65ed6a27f578e8736effc133be/pydtk/db/v4/handlers/meta.py#L277
The default value is--limit=20
, which is a reasonable time if not specified.
Purpose
Feature request
Description
Listing metadata of 3k files with
pydtk db list files
is very slow thoughpydtk db list files --parsable
finishes within a reasonable time. It seems that creating DataFrame in DBHandler is a bottleneck.Symtem info [Optional]