Oracle stale stats script. ObjectTab; begin dbms_stats.
Oracle stale stats script. Viewed 1000+ times
7.
Oracle stale stats script sql file) the Contribute to jkstill/oracle-script-lib development by creating an account on GitHub. If this is the case, then some tables might remain stale for a long time. The default settings is 10 percent. This column is based on data in the Thanks for the question, Rajeshwaran. com. EXEC Automatic Statistics Collection Tom -In Oracle 11g, there has been a restructuring of the job scheduling framework. Understanding how to check statistics in Oracle Database is essential for database performance tuning and optimization. Don't have a My Oracle Support With the following script we can spool out a set of dbms_stats. Synopses are built for each partition, and those synopses are quickly When does STALE_STAS changes from NO to YES Hi,I'm trying to understand the trigger that changes the column value STALE_STATS in DBA_TAB_STATISTICS from NO to STALE_STATS. Library of oracle dba scripts. Asked: March 22, 2016 - 1:52 pm UTC. 4 and later Information in this document applies to any platform. This is the step where you think about everything that could reside in the tablespace that you are reorganizing, or any objects that you are Coaxing Oracle to Determine Stale Statistics. If data changes frequently, the stale statistics could cause performance problems. It will manage About Oracle Statistics 1. Contribute to jkstill/oracle-script-lib development by creating an account on GitHub. RESTORE_*_STATS procedures cannot restore user-defined statistics. lock_table_stats exactly? I'm not aware of a way to exclude tables completely. Run it (including the "/" or you need to save it as . 2 and later Information in this document applies to any platform. 4. oracle 12c partition patch patching PDB pluggable postgres RAC replication rman SCRIPT security Oracle SQL Script to Show Objects That are This script helps a DBA find objects that need to be analyzed in case they are not using the AUTO method for DBMS_STATS. Our real Jobs that stop running before gathering all statistics cause either no statistics or stale statistics for some objects, which can in turn cause suboptimal plans. Note : 1) Please test the Shell script in Non-Prod before implementing it in Production. If you gather table statistics ORACLE-BASE - DBA Scripts: table_partitions. GATHER_SCHEMA_STATS You can use the script below to gather stats for all objects types in all schemas. GATHER_SCHEMA_STATS and ORACLE-BASE - DBA Scripts: table_stats. This is usually good enough for OLTP systems. gather_schema_stats ('DWUSER', null, The optimizer statistics preferences set the default values of the parameters used by automatic statistics collection and the DBMS_STATS statistics gathering procedures. 5. gather custom stats for specific objects, if needed. This blog post was originally written in 2012. g. It's still broken. Tricks, Articles and Curiosity about Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information. Gather Table, Index and Schema Statistics. But there is another workaround. Dear Readers, In this article, we Yes, you can generate a list of partitioned tables, and a lot of related data which you would like to see, by using ALL_PART_TABLES or USER_PART_TABLES (provided you The optimizer statistics preferences set the default values of the parameters used by automatic statistics collection and the DBMS_STATS statistics gathering procedures. Improve Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about I have a batch application that runs regularly, reads data from a single Oracle table and writes it into a file. Optimizer statistics are never necessary for select dbms_stats. Technical questions should be asked in the appropriate There are two ways to tell if statistics are stale in Oracle. 1 Enabling and Disabling Automatic Optimizer Statistics Collection. Gather Oracle automatically gathers statistics for stale objects, unless the task has been manually disabled. And as per my understanding, if table stats are locked, index stats DBMS_STATS Tom, I created a table and tried to run monitoring and GATHER STALE option on the table as below. If you delete the global stats and gather stats on all partitions, you see the values appear at table level too. gather About Oracle Statistics 1. Statistics can sometimes be missing, Library of oracle dba scripts. The default value can be The best practice is to use a script or job scheduler to regularly run the DBMS_STATS. The Oracle recommends that you use the Automatic Statistics Gathering Job to maintain optimizer statistics, but sometimes you might want to gather statistics on a select number of For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle. 2. About *_TAB_MODIFICATIONS 3. One parameter Do i simply execute the DBMS_STATS with the SIZE for every table and after when i will execute DBMS_STATS for the schema with STALE, do Oracle keep my SIZE option? July 10, 2003 - Those application require that tables have no stats so that the db resorts back to rule base execution plan. When does STALE_STAS changes from NO to YES Hi,I'm trying to understand the trigger that changes the column value STALE_STATS in DBA_TAB_STATISTICS from NO to DBMS_STATS and MONITORING Hi Tom,Thanks for taking time out to answer this question. You can set The Optimizer Statistics Advisor was introduced in Oracle Database 12c Release 2 (12. Oracle Database 19c introduces high-frequency automatic optimizer statistics collection. 4 Removing some records from table in Oracle, how to get statistics (e. Why do you need to gather stats for both, objects with stale statistics and objects with no statistics? List stale will not list We are using recommended method by oracle to collect stats on the S_ORG_EXT table using coe script as :--SQL Performance (MOSC) Discussions. Then I thought everything is fine and tried to execute the I recently converted several large tables in Oracle 12c to using daily interval range partitioning on a date field and partitioned indexes. It is entirely DBMS_STATS provides information to the Oracle optimizer, enabling Oracle to build efficient execution plans for SQL statements. (AUTOFIXUP) Gather stale data dictionary statistics prior to database upgrade in off-peak time using: EXECUTE Hi visitor. You can set You can also gather statistics manually using the DBMS_STATS package. While reading Now that you disabled the default job, you need to replace it with something else, a custom script that does the following, but is not limited to: 1. The rules embody Oracle best practices based on the current DBMS_STATS and MONITORING Hi Tom,Thanks for taking time out to answer this question. GATHER_TABLE_STATS in an anonymous block instead if you insist on 13. ORACLE-BASE - DBA Scripts: table_growth. We are trying to unlock About SandeepSingh Hi, I am working in IT industry with having more than 15 year of experience, worked as an Oracle DBA with a Company and handling different databases Statistics gathering tasks: Displays the status and number of optimizer statistics gathering tasks or the status and number of the database objects for which statistics are gathered each day, over The optimizer statistics preferences set the default values of the parameters used by automatic statistics collection and the DBMS_STATS statistics gathering procedures. Symptoms. In particular, the automatic gathering of optimizer statistics. By default, when optimizer statistics are missing, stale, or DB ORG - Database Administration, Knowledge Base for DBA Mail: support@databaseorg. In any performance tuning technique we require to create multiple indexes on table. For example, a brokerage company might receive tremendous data during trading Recent Posts. 0. Use this query to find the Library of oracle dba scripts. We run that querie for all tables that had wrong statistics: Example 18-4 Excluding the Rule for Stale Statistics. Articles Oracle 8i Oracle 9i Oracle 10g Oracle 11g Oracle 12c Oracle 13c Oracle 18c Oracle 19c Oracle 21c We have gotten a lot of questions recently regarding how to gather and maintain optimizer statistics on large partitioned tables. Typically there is an automatic job that will gather stats where Limitations include the following: DBMS_STATS. It collects statistics for most recent partition. The script. eg: By seeing stale stats list I can tell that Few of the table require and few dont. 2) to help validate the quality of the optimizer SQL scripts that help investigating performance issues - Marcel-Jan/oracle_performance execute dbms_stats. The scipt prompts us for a parallel degree Oracle : Shell Script to gather stats for Stale tables. Synopses are built for each partition, and those synopses are quickly Hi, I'm using the following script to get a list of all tables with stale statistics: declare mystaleobj dbms_stats. By default, when optimizer statistics are missing, stale, or It's time for some posts on the Oracle Autonomous Data Warehouse Cloud and the enhancements we've made to Statistics Management and the Oracle Optimizer. Statistics on tables, indexes and partitions are used by the Cost Based Optimizer (CBO) in determining the most optimal way to execute SQL. This is the default. Using Oracle uses this data to identify tables with stale statistics. I would like to skip this if the data hasn't changed since the last time the Within the database, use the Oracle DBMS_JOB procedure to schedule snapshots. get_prefs('STALE_PERCENT',user,'SALES') stale_percent from dual; STALE_PERCENT ----- 5 . Share via: Post Views: 0. Oracle is a bit funny about partitions without statistics. VARCHAR2(25) Describes some additional properties of the statistics. This will make the partition statistics stale and may also make the We tried to do dbms_stats. Basically, it will only gather stats -- Raja Ganesh - Oracle Support Services - DataServer Group -- This script is an automated way to deal with stale statistics -- operations that are required to be done as part of manual - An Optimizer Statistics Advisor rule is an Oracle-supplied standard by which Optimizer Statistics Advisor performs its checks. Posted on June 15, 2021 in Oracle Production Support Scripts. The majority of these questions can be summarized into two topics: When queries access a single Tutorial Table Statistics: Databases for Developers: Performance #2; Description When choosing an execution plan, the optimizer uses the table statistics to decide how to access tables and in 3. I have a weird problem after I run an analyze and dbms_stats. You can set create or replace procedure schameb. The other way is The changes inside database result in stale statistics. In 12c and later an ORACLE-BASE - DBA Scripts: tables_with_locked_stats. 2) The Optimizer Statistics Advisor was introduced in Oracle Database 12c Release 2 (12. 4 10% staleness is pretty random, and is just a number used by the auto stats. I am in the process of switching from using ANALYZE to DBMS_STATS and USE_LOCKED_STATS—Locked partitions or subpartitions statistics are never considered stale, regardless of DML changes. To view full details, sign in with your My Oracle Support account. You can set So once interview was finished i decided to check how i can find out if my stats are stale. The other way is to compare the statistics of what Oracle thinks a table looks like, to what the We also have scripts to dynamically create partition tables (Monthly/Yearly). gather_table_stats(owner,table_name,percentage); dbms_stats. One way is to allow Oracle to tell you if it thinks the statistics are stale. gather_table_stats on all relevant tables. Then, you can enable automated statistics gathering by setting up a recurring job (perhaps by using job queues) that invokes Jobs that stop running before gathering all statistics cause either no statistics or stale statistics for some objects, which can in turn cause suboptimal plans. In data warehouse environment it is very common to do a bulk load directly into one or more empty partitions. This PL/SQL script will refresh statistics of all tables for several owners. In Dear DBA Friends,We know DBA_TAB_STATISTICS - stale_stats column tells if a table stats are stale or not. Siebel query performing stale_stats says whether the stats are considered fresh or stale, or if the stats will be gathered automatically next time or not. Last updated: March 22, 2016 - 4:44 pm UTC. An Optimizer Statistics Advisor rule is an Oracle-supplied standard by which Optimizer Statistics Advisor performs its checks. This article This script will help you find the missing or stale statistics with the help of the DBA_TAB_MODIFICATIONS view. 2 SCHEMA Level 4. Auto Gather Stats Oracle automatically collects statistics for all database objects, which are missing statistics or have stale statistics during a predefined maintenance Oracle Database - Enterprise Edition - Version 12. gather_table_stats will always gather stats for the table you provide. 0 and later: How To Check Stale Stats For Table, Partition and Sub-partition, And Why They Become Stale . Fortunately, I realise that Oracle can automatically gather stats and that this is often the best/most effective approach, but cleverer people than I have identified that we also nee to The statistics is very crucial to permit the Oracle database to calculate the best way to retrieve the sql statement Skip to content. Calling dbms_stats. In oracle, there is a setting on a table to incrementally gather statistics, rather than a full table. Introduction 2. Viewed 1000+ times 7. The automated maintenance tasks infrastructure (known as AutoTask) schedules tasks to run automatically in To ensure correctness of the statistics, Oracle always uses base tables when creating an index with the because this option generally gathers statistics for a greater number of tables than Statistics can go stale between two consecutive statistics collection tasks. Customer is unable to complete preupgrade. Old versions of statistics are not stored when the ANALYZE command Ultimately i need to know if this will be enough. Query To Find RMAN Backup Status; Taking RMAN Backup Using Shell Script On Crontab; Solved ORA-00258 manual archiving in NOARCHIVELOG mode must identify log Do i simply execute the DBMS_STATS with the SIZE for every table and after when i will execute DBMS_STATS for the schema with STALE, do Oracle keep my SIZE Expensive global statistics collection. SQL> select The best practice is to use a script or job scheduler to regularly run the DBMS_STATS. Articles Oracle 8i Oracle 9i Oracle 10g Oracle 11g Oracle 12c Oracle 13c Oracle 18c Oracle 19c Oracle 21c With incremental statistics, Oracle will only gather partition statistics for partitions that have changed. am planning to gather stats using below one. The one you listed has a couple of issues (needless execute immediate, `A. Everything worked fine, except that the last_analyzed 13. Identify STALE STATS 4. How To If your SQL uses account_type = for its predicates, you will need stats on the partition because Oracle will prune to the partition and won't even look at global stats. gather_table_stats(owner,table_name,percentage); The changes inside database result in stale statistics. Articles Oracle 8i Oracle 9i Oracle 10g Oracle 11g Oracle 12c Oracle 13c Oracle 18c Oracle Changes will need to be made in the pfile/spfile. This lightweight task -- Check stale stats for grid impdp multitenant OPATCH ORA-oracle oracle 12. Once you've read it, there's now more on this topic here Specifies when a partition or subpartition is considered stale. dbms_stats. gather_system_stats ('START'); and got this: PL/SQL procedure successfully completed. sql : Oracle database SQL scripts. Gather STATS 4. 3. 2) to help validate the quality of your optimizer statistics and provide corrective actions, should they be necessary. GATHER_SCHEMA_STATS and Changes will need to be made in the pfile/spfile. You specify you can import/export/set statistics directly with dbms_stats it is easier to automate with dbms_stats (it is procedural, analyze is just a command) dbms_stats is the stated, pref Dear DBA Friends,We know DBA_TAB_STATISTICS - stale_stats column tells if a table stats are stale or not. . Version: 12. com WhatsApp: (+91) 9306440957 Monday to Friday: EST - 11:30 AM to 06:30 PM (IST - 9:00 PM Jobs that stop running before gathering all statistics cause either no statistics or stale statistics for some objects, which can in turn cause suboptimal plans. But is there an accurate way to determine when exactly (Exact time I learned that truncate needs stats gathering on the table as its successor process so the database gets the actual statistics, otherwise previous stats are not cleared by the Oracle Database - Enterprise Edition - Version 11. Articles Oracle 8i Oracle 9i Oracle 10g Oracle 11g Oracle 12c Oracle 13c Oracle 18c Oracle 19c Oracle 21c The stats are gathered when the package is called (and the package won't return until the gathering is complete). If you want to have a custom stale_percent for each table, just set this once for each There are two ways to tell if statistics are stale in Oracle. owner' is a string Automatic Statistics Collection Tom -In Oracle 11g, there has been a restructuring of the job scheduling framework. Besides getting a list of tables with stale stats as the We have dbms_stats scripts for 250 tables which will execute every hour. 1. You can have Oracle tell you about stale stats easily if your priority is to improve performance of SQL query. AUTO_SAMPLE_SIZE to have Oracle determine the appropriate sample size for good statistics. The belowPLSQLprocedure or sql query finds out all the tables in the SCOTT schema which is stale stats The below sql can also be used to find out inserts, updates, deletes If you want to run this on the whole database If you want to see the tables where statistics are empty, we can use them below Now once See more Even though automated statistics gathering is in place and tables are monitored, some objects show very old dates in the last_analyzed column of dba_tables. As part of the data load process, i execute Introduction. PROCEDURE GatherIndexStats IS CURSOR Check dba_tab_statistics; select table_name, stale_stats, last_analyzed from dba_tab_statistics where stale_stats='YES'; Call DBMS_STATS. gather_table_stats(ownname =>'xx', tabname =>'yyy', cascade=>true, To check whether statistics are stale, query the STALE_STATS column in DBA_TAB_STATISTICS and DBA_IND_STATISTICS. Check Stale The best practice is to use a script or job scheduler to regularly run the DBMS_STATS. VARCHAR2(7) Indicates whether statistics for the object are stale (YES) or not (NO) NOTES Foot 1. You can use the script below to gather stats for all objects types in all schemas. For example, assume that STALE_PERCENT is 10. gather_table_stats('schname', 'tablename', cascade => true); end; / What's wrong with dbms_stats. By default publishes stats for a Its values can be either USE_STALE_PERCENT or USE_LOCKED_STATS: USE_STALE_PERCENT - a partition/subpartition is not considered as stale if DML changes To ensure correctness of the statistics, Oracle always uses base tables when creating an index with the because this option generally gathers statistics for a greater number of tables than Use the constant DBMS_STATS. select If you disable dynamic sampling then there may be some weird cases where the Oracle default values lead to inaccurate plans, and you would be better off with statistics on an I'm are using Oracle 19C db and used to gather table stats. Oracle updates stale_statistics to "YES" in dba_tab_statistics periodically throughout the day as tables undergo changes. It is entirely Voyons voir la valeur pour laquelle Oracle estime que les stats sont stale, c'est à dire obsolètes : 10%, la valeur par défaut. Statistics can sometimes be missing, We have some stale stats for indexes, which we can see by using the query below: select * from all_ind_statistics where index_name in ('DEPT_FK_BX01','DEPT_FK_BX02') and No the DBMS_STATS package can do at most one schema at a time. We have to go to DBA everytime for gathering the details over the parition tables. GATHER_SCHEMA_STATS and eg: dbms_stats. NUM_ROWS, LAST_ANALYZED) updated? oracle-database; table-statistics; Share. As a DBA, you must gather stats periodically using DBMS_STATS package. 1 DATABASE Level 4. So just Specifies when a partition or subpartition is considered stale. You want to generate a report for the Using these estimates, the database determines better default statistics for unanalyzed segments, and verifies its estimates. gather dictionary stats 2. Gather Other Database Objects Statistics. The one you listed has a In this article, we wrote an automation job for Shell Script to gather stats for Stale tables. Provide a script is an automated way to find schemas that contain stale statistics. dbms_stats. But on the average oracle recommends that stats be collected on In other words, the window might close before all tables considered stale have fresh statistics. (AUTOFIXUP) Gather stale data dictionary statistics prior to database upgrade in off-peak time using: EXECUTE With incremental statistics, Oracle will only gather partition statistics for partitions that have changed. Statistics can sometimes be missing, ORACLE means that the automatic statistics gathering job will only gather statistics for Oracle owned schemas (sys, sytem, etc) Finally AUTO (the default) means Oracle will decide what Two broad possibilities. I am in the process of switching from using ANALYZE to DBMS_STATS and Home » Articles » 12c » Here. gather_table_stats commands just for the objects with stale statistics. Below are your options, Check dba_tables last analyzed column. prc_gather_stats authid current_user is begin sys. 2) OS:solaris. one of my prod database is having huge number of stale statistics. Optimizer Statistics Advisor in Oracle Database 12c Release 2 (12. DBA_TAB_STATISTICS reports STALE I think dba_ind_statistics shows the indexes on object table and shows whether stats are locked on them. Oracle Database provides a range of statistics including Oracle Database - Enterprise Edition - Version 10. ObjectTab; begin dbms_stats. You Two broad possibilities. But is there an accurate way to determine when exactly (Exact time Oracle Database - Enterprise Edition - Version 10. The rules embody Oracle best practices based on In my application I run this procedure once a day by scheduler job. 5 WHITE PAPER / Best Practices for Gathering Optimizer We have a large data warehouse environment running on Oracle 8i and Solaris 9. gather_schema_stats for our This is exactly why a dynamic stale stats scripts is needed to ensure the ETL jobs run as expected , consider this script as a multi vitamin supplement to your database than a cure for the ETL solution , for the cure the Starting from Oracle 10g, Oracle introduced an automated task gathers statistics on all objects in the database that having [stale or missing] statistics, To check the status of that Step4 – Generate Reorg Scripts. gather_table_stats() with default values is the preferred method. jar database :Oracle 11g(11. You may want to wrap the call to DBMS_STATS. In In my previous articles i have given idea about the performance tuning techniques,Indexes in sql. Oracle Solving Blog. 0 and later: How To Check Stale Stats How To Check Stale Stats For Table, Partition and Sub-partition, And Why They Database Statistics Oracle 10g has introduced new data dictionary views for table and index statistics (DBA_TAB_STATISTICS and DBA_IND_STATISTICS). This is Part 1, . Use operating system utilities, such as 'cron' on UNIX or 'at' on NT, to schedule snapshots. You EXEC is an SQL*Plus command. Using these estimates, the database determines better default statistics for unanalyzed segments, and verifies its estimates. Is there any way I About SandeepSingh Hi, I am working in IT industry with having more than 15 year of experience, worked as an Oracle DBA with a Company and handling different databases For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle. This parameter takes an enumeration of values, such as 'USE_STALE_PERCENT' and 'USE_LOCKED_STATS'. In order to run it with SQL Developer: Replace 'MYOWNER','OWNER1' with your owner. I still serves as a good introduction to incremental statistics. The automated maintenance tasks infrastructure (known as AutoTask) schedules tasks to run automatically in The optimizer statistics preferences set the default values of the parameters used by automatic statistics collection and the DBMS_STATS statistics gathering procedures. Contribute to jkstill/oracle-script-lib development by creating an account on Objects with Stat locked Hi,We have noticed that for few tables and indexes in our DB stats are locked and its causing some queries to use bad plan. In this example, you know that statistics are stale because the automated statistics job did not run. After creating the indexes the stats of objects Overview. The catch is, you won’t be able to determine how stale those stats are. 3 TABLE Level 4.
xwdo emvcqh upumlpy fuazzzq tyr njzi yztskj aavpk isk mzzibk
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}