Replies: 2 comments
-
match() applied here cause you can use could you share? SELECT count() FROM system.tables WHERE is_temporary=0
SELECT DISTINCT engine, count() FROM system.tables GROUP BY engine |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, Many thanks for your assistance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the begging of backup the program call
It is very inefficient. It take 10+ minutes in my case.
Why not use:
It takes few seconds.
Beta Was this translation helpful? Give feedback.
All reactions