Virtual Log File Basics
The SQL Server transaction log files are managed as singe files in SQL Server. But internally those files consist of several VLF’s, or Virtual Log Files.
Each time the log needs to grow, additional VLF’s are created.
Over time, if this happens a lot, there can be too many VLF’s.