Scott Chamberlain
Scott Chamberlain
Will this solution scale ? e.g, if a user has 1000 tables in the object. I guess each table does have to have a unique name, correct?
right, so should we enforce unique table names then?
Okay, sounds good
can you explain a bit more?
ah right, forgot about those
Yeah, it does make sense to try to reduce memory usage. agree that most cases will probably be each each of name, id and rank being from same database
i think so, but the accessor methods/functions do construct a database object though ?
Does `check_db_id` check if it's a valid/known ID to the specific data source? Or some other kind of check?
regex checking seems safe enough where it wouldn't add to much time, but API calls would have to be designed to fail safely i guess
I like the idea. Are there always the same number of edges as taxa?