Download / Update Tranco
This function returns the Tranco rank of a domain. You have a update_tranco function to update the Tranco list manually.
D SELECT update_tranco(true);
βββββββββββββββββββββββββββββββββββββββ
β update_tranco(CAST('f' AS BOOLEAN)) β
β varchar β
βββββββββββββββββββββββββββββββββββββββ€
β Tranco list updated β
βββββββββββββββββββββββββββββββββββββββThis function will get the latest Tranco list and save it into the tranco_list table. There will be a tranco_list_%Y-%m-%d.csv file in the current directory after the function is called. The extension will use this file to prevent downloading the list again.
You can ignore the file and force the extension to download the list again by calling the function with true as a parameter. If you don't want to download the list again, you can call the function with false as a parameter.
D SELECT update_tranco(false);As the latest Tranco list is for the last day, you can download your list manually and rename it to tranco_list_%Y-%m-%d.csv to use it with the extension too.
Last updated
Was this helpful?