I have setup my plugin's table to use $wpdb->prefix but aside from that are there any conventions that you should name them;
Maybe $wpdb->prefix.'plugin_'.$tablename or something.
I can't find any documentation and the examples of plugins I have used in the past don't seem to adhere to anything in particular.